Hi,
I would see two possibilities of managing the secret per env:
via Kubernetes secrets, that is as a specific kind of configuration (secret one)
automatically generating a secret when an environment starts - but where to keep it? Would the database be a proper place? I know for secret data there is Vault for instance, but that would make it too complex for us to choose.
What is your advice?
Thank you,
Nicu
Hi, I would see two possibilities of managing the secret per env: