Skip to main content

Secrets

The Secrets page manages sensitive data (such as application tokens and connection strings) that can be mounted as environment variables when creating a Pod, so you avoid writing sensitive content directly into the deployment settings.

Create a secret

  1. Go to Management > Secrets and click Add secret.
  2. Enter a secret name (lowercase letters, digits, and - only; it must start with a letter and end with a letter or digit).
  3. Enter the content in the Key and Value fields; click +Add Key-Value Pair to add more entries.
  4. Click Save to confirm.

The secrets list shows only the names of the secrets you created — the contents are never displayed.

Use in a Pod

In the advanced settings when deploying a Pod, click the key icon in the Environment Variables section to inject a secret into the container as environment variables. See Deploy a Pod.

Edit and delete

  • Edit: click the menu icon at the end of the row and choose Edit to modify the key-value contents or add key-value pairs, then click Save to confirm.
  • Delete: choose Delete, review the information in the confirmation dialog, then click Delete again.