開発者は、ユーザー名とパスワードを使用して次のサービスを認証する Web アプリケーションを開発しています。ユーザー資格情報は、アプリケーションでいつでも使用できる必要があります。開発者は、自動化コードで使用される認証資格情報を格納するための安全な方法を選択して実装する必要があります。 セキュリティ リスクを最小限に抑えるには、どのパスワード処理方法を使用する必要がありますか?
正解:B
To minimize the security risk, storing the username and password in a vault is the best practice. A vault, such as HashiCorp Vault or AWS Secrets Manager, securely stores and manages sensitive information, providing encryption and access control. This approach ensures that credentials are not hard-coded or stored in insecure locations, reducing the risk of exposure. Reference: Cisco DevNet Secure Credential Management