Secret Manager
Secret tokens play a crucial role in securing access to an observability product. Secret tokens are user sensitive data that is stored in an encrypted format. A secret manager stores and manages sensitive information known as secrets. It ensures confidentiality, integrity, and controlled access of secrets. You can use the secret manager in token manager as a variable using "$".
Configuring a token used in OAUTH2 generates an access token and refresh token to access the particular endpoint and get response from it.
Adding a secret
- Navigate to Synthetic Monitoring on the left pane in the Observability portal.
- Click the Secret manager tab.
- Click + Add secret.
- In the Add secret window fill in the following fields.
Field | Description |
---|---|
Secret type | Select a category of the secret token from the drop-down list. |
Alias name (Key) | Name for an alias that is being stored and protected. |
Value | The data that is stored for the secret in an encrypted format to ensure its confidentiality. |
Visibility | The access control settings that determine who can view and retrieve the secrets stored within the manager. |
- Click Save.
note
You can enter a secret in the Search secret field and click the icon to search for an existing secret.
Viewing secrets
- Navigate to Synthetic Monitoring on the left pane in the Observability portal.
- Click the Secret manager tab.
The following dashboard with all the existing secrets are displayed.
Column Name | Description |
---|---|
Secret type | Supported secret types are
|
Alias name | Name for an alias that is being stored and protected. |
Visibility | The access control settings that determine who can view and retrieve the secrets stored within the manager. |
Last modified | The date on which the secret was last modified. |
Created on | The date on which the secret was created. |
Action items | Click the edit or the delete icon to edit or delete the secret token. |
note
A secret may or may not be linked to a token. If a secret is linked to a token or tokens, you must first update the token or tokens and then delete the secret.