Replies: 2 comments 5 replies
-
Hey @artyom-p! You can achieve this behavior with folders or path-based secret storage — you can read about it here; here are the Infisical docs for it. Essentially, for each tenant, you can create a folder with the tenant's id; you can then store the keys for that tenant in that folder. When you do need the keys for a particular tenant, you can query for that folder or whatever path you chose to store the secrets in. It'd be up to you to define the folder hierarchy in whatever way best fits your use-case. |
Beta Was this translation helpful? Give feedback.
-
You can create a base set of secrets and override them with the help of folders and import feature mentioned here https://infisical.com/docs/documentation/platform/secret-reference#import-entire-folders |
Beta Was this translation helpful? Give feedback.
-
Hi, is it possible to have a base secret that can be then overridden by multiple child branches like in Doppler?
We have a multi-tenant application that requires the same set of keys for every tenant, some values are different some are not.
In Doppler, we can define a base with some standard key/values and for tenants that required different settings, we can override the base with a child key/values, that simplifies secret management a lot and also makes the overview much easier to understand.
Is something like that planned or already exists in Infisical?
Beta Was this translation helpful? Give feedback.
All reactions