Which practice ensures that secrets and credentials are never hardcoded in application source code, supporting cloud security QA?
-
A
Storing secrets in environment variable comments
-
B
Using a secrets manager such as AWS Secrets Manager or HashiCorp Vault
-
C
Encoding secrets in Base64 and committing to the repository
-
D
Rotating secrets only after a breach is detected