Multiple paths in Integrations Sync config #5534
yakcay
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Consider that we split secrets by folders for each "source" - for example 1 folder for our DB secrets, 1 for our Backend server, 1 folder for a third party, e.g., elevenlabs.
Now 1 integratiopn might need DB secrets and backend secrets but not elevenlabs. Another might need backend secrets and elevenlabs, etc. In theory all permutations might be necessary.
To ensure that we don't share all the secrets but only those that are required we need to be able to specify more than 1 path in a integrations sync configuration. Otherwise, we have to share all secrets, which doesn't seem like a good solution.
To summarize; it would be great if app integrations could be configured to use multiple secret paths to allow for cleaner separation.
There might already be a way to achieve something similar and I am missing it?
There is a similar issue currently still open but this one is regarding CLI.
Beta Was this translation helpful? Give feedback.
All reactions