diff --git a/cerebrium/other-topics/using-secrets.mdx b/cerebrium/other-topics/using-secrets.mdx index 5f5f96a..c1e4209 100644 --- a/cerebrium/other-topics/using-secrets.mdx +++ b/cerebrium/other-topics/using-secrets.mdx @@ -5,7 +5,7 @@ description: "Access third-party platforms using secure credentials encrypted on You may want to use API keys, passwords, or other sensitive information in your app, but you don't want them stored in your code. In this case, it's best to use Secrets. Secrets are stored encrypted (256-bit Advanced Encryption Standard (AES)) and are only decrypted when your app runs. -Secrets are shared across all apps in your project. +Secrets can be managed at both project and app levels. Project-level secrets are shared across all apps in your project, while app-level secrets are specific to an individual app. App secrets take precedence over project-wide secrets. Adding a secret will make the value available to your app as an environment variable. diff --git a/images/secrets_dashboard.png b/images/secrets_dashboard.png index 066fe63..ace6618 100644 Binary files a/images/secrets_dashboard.png and b/images/secrets_dashboard.png differ