This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the LEAST SECURE way to store your application secrets?
Expose them as environment variables.
Store them in the application source code.
Use a Secrets store.
Store them using Kubernetes secrets.
How can a Java application access secret stored in Azure Key Vault?
The application needs to store a login/password to Azure Key Vault in its source code
All applications have automatic access to the Azure Key Vault instances stored in their resource group
An IT Operator needs to grant the application access to Azure Key Vault
Azure Key Vault secrets are automatically exposed as environment variables to the application
What secrets can you store inside Azure Key Vault?
Database passwords.
Secret access tokens.
SSL/TLS certificates.
All of the above.
You must answer all questions before checking your work.
Was this page helpful?