Static Secrets
Static secrets are key/value
pairs that you create and update manually, such as passwords and API tokens. Any text-based items can be stored within their original format, including config files, JSON
and YAML
, etc.
The typical flow for working with static secrets is:
-
Create a Static Secret: Get started by defining the name and value of the static secret.
-
Add a Static Secret to an Access Role: Enable clients to access
the static secret by adding it to a role, with the appropriate permissions. -
Get a Static Secret Value: Get the value of a static secret when you need it.
If required, you can update a static secret value, or create multiple versions of a static secret. See Update and Version Static Secrets.
- Sharing Static Secrets: to temporarily share with external users that are not part of your organization or who don't have access permission to those items in general.
When a static secret becomes obsolete, you can delete it.
Tutorial
Check out our tutorial video on Creating and Updating a Static Secret.
Updated 11 months ago