Skip to content

Commit

Permalink
Add a line about sharing keys between modes (#13)
Browse files Browse the repository at this point in the history
to the standalone config documentation.
  • Loading branch information
skeet70 authored Nov 17, 2023
1 parent 93a577e commit 3497609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/standalone/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ impl VectorSecret {

/// Configuration for the standalone SDKs. Sets secrets and secret paths for the different SDK operations.
/// If usage of only one set of SDK operations is desired the others can be left as empty objects, and will error if
/// called in that state.
/// called in that state. If you want to share a secret between multiple SDK modes, you'll need to create secrets in each
/// mode that share the same secret bytes.
#[derive(Debug, uniffi::Object, Clone)]
pub struct StandaloneConfiguration {
pub(crate) standard: Arc<StandardSecrets>,
Expand Down

0 comments on commit 3497609

Please sign in to comment.