Answer the question
In order to leave comments, you need to log in
Is there a cloud/server solution for storing project configurations?
With each new environment variable, the chance to miss something increases. Is there any cloud or server solution for storing variables?
I already used Vault from Hashicorp for about the same tasks, but I don’t have the need to encrypt each of the variables, as well as such strict access to them.
Answer the question
In order to leave comments, you need to log in
I already used Vault from Hashicorp for about the same tasks, but I don’t have the need to encrypt each of the variables, as well as such strict access to them.
Those variables that can change often, store directly on the server or configmaps in the cuber.
Those variables that are secrets - in a hashicorp or other secret repository.
All the rest, for which you can wait for a new build to change - just store in the code as profiles for each environment.
In general it depends, but in 90% the natural place for non-secret configurations is in the code (Github, ...).
Read about the GitOps principle.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question