Introduction
Sometimes your app needs secret keys or settings that should not be visible to everyone. Environment variables and secrets help keep these safe and easy to use without hardcoding them in your code.
When you want to store API keys safely without putting them in your code files
When you need to change configuration settings without changing your app code
When you want to share secrets securely between your cloud services
When you want to keep passwords or tokens hidden from public view
When you want to update sensitive data without redeploying your app