Skip to main content

Organizational Secrets

The Organizational Secrets tab allows you to securely store and manage sensitive information such as API keys, tokens, and credentials at the organization level.

These secrets can be reused across workloads without exposing sensitive data in your code.


Accessing Organizational Secrets

  1. Navigate to Overview → Organizations
  2. Select your organization
Navigate to Organization

Secrets Overview

Click on the Secrets tab

The Secrets page provides a centralized view of all organizational secrets.

Secrets List

Create a New Secret

You can create a new secret directly from the Secrets page.

Create Secret Modal

Steps to Create a Secret

  1. Click on Create Secret
  2. Enter a Name for the secret
    • Must be unique within the organization
  3. Enter the Secret Value
  4. Click Create

Best Practices

  • Use clear and meaningful names (e.g., DB_PASSWORD, API_KEY)
  • Avoid sharing secrets in plain text
  • Rotate secrets periodically for better security
  • Limit access to only required members

Managing Secrets

From the Actions menu, you can:

  • View secret details
  • Update secret values
  • Delete secrets

Using Secrets

Organizational secrets can be used across applications and workloads:

  • Injected as environment variables
  • Referenced securely during deployment
  • Shared across multiple projects within the organization

Search Secrets

Use the search bar to quickly find secrets by:

  • Name