Learn how to organize secrets with folders.
/envars
folder.
We also store user-specific secrets for micro-service 1 under /service1/users
. With this folder structure in place, your applications only need to specify a path like /microservice1/envars
to fetch secrets from there.
By extending this example, you can see how path-based secret storage provides a versatile approach to manage secrets for any architecture.
/users
folder, being other folders /user-a
, /user-b
, … /user-f
.