Topic 1 Question 29
You are designing a large distributed application with 30 microservices. Each of your distributed microservices needs to connect to a database back-end. You want to store the credentials securely. Where should you store the credentials?
In the source code
In an environment variable
In a secret management system
In a config file that has restricted access through ACLs
解説
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
Correct Answer is C. Have a look the below link for more detail which support this answer: https://cloud.google.com/secret-manager/docs/overview
👍 1Charanjit2021/12/27
シャッフルモード