Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When designing a large distributed application with 30 microservices, each requiring a connection to a database backend, where is the most secure place to store the credentials?
A
In a config file that has restricted access through ACLs
B
In an environment variable
C
In a secret management system
D
In the source code