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
- Navigate to Overview → Organizations
- Select your organization
Secrets Overview
Click on the Secrets tab
The Secrets page provides a centralized view of all organizational secrets.
Create a New Secret
You can create a new secret directly from the Secrets page.
Steps to Create a Secret
- Click on Create Secret
- Enter a Name for the secret
- Must be unique within the organization
- Enter the Secret Value
- 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