1回答
- 新しい順
- 投票が多い順
- コメントが多い順
1
Secret manager would create a new password & not encrypt existing password with new key. For application to authenticate to DB, you should use the Secret Manager API to dynamically fetch the current credentials from Secret Manager rather than something static in config files or environment variables.
You might find this blog useful.
--Syd
回答済み 4年前
