secrets
5 pagesAdvanced: Secrets with binary data
Nais Console only supports secrets with string values. You can work around this by Base64-encoding the binary data and store the resulting string, though it also requires that your application doesβ¦
Create and manage secrets in Console
This how-to guide shows you how to create and manage a secret in the Nais Console. π― Learn how to use a secret in your workload
Secrets
A secret is a piece of sensitive information that is used in a workload. This can be a password, an API key, or any other information that should not be exposed to the public.
Secrets reference
This is the reference documentation for secrets on the Nais platform. Visit Nais Console to find and manage your team's user-defined secrets.
Use a secret in your workload
This how-to guide shows you how to reference and use a secret in your workload. A secret can be made available as environment variables or files, or both.