From 34976093cea18be16199d4d563d15abc0bfc292c Mon Sep 17 00:00:00 2001 From: Murph Murphy Date: Fri, 17 Nov 2023 11:02:02 -0700 Subject: [PATCH] Add a line about sharing keys between modes (#13) to the standalone config documentation. --- src/standalone/config.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/standalone/config.rs b/src/standalone/config.rs index b841c7e..6836aaf 100644 --- a/src/standalone/config.rs +++ b/src/standalone/config.rs @@ -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,