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 endpoint 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 endpoint 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 |
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.
Multi-column Filter
- Multi-column filter can be applied on numeric columns within the Synthetics Secret Manager Table to refine the displayed data based on specific conditions.
- When the user clicks on the “Filter by” option, user can apply filter below numeric columns
| Name | Description |
|---|---|
| Last modified | The date on which the secret was last modified. |
| Created on | The date on which the secret was created. |
- Each filter condition is applied using the below operators and value ( user input based on the unit)
| Operator |
|---|
| Greater than |
| Less than |
| Equals |
| Greater than or equals |
| Less than or equals |

- Once filters & conditions are applied save button is enabled & click "Save" to apply the filter.
- Once filters & conditions are applied it displays no. of filters are applied.

note
- Filters are applied using AND logic — all specified conditions must be met for a record to be displayed.
- Only numeric columns support filtering; non-numeric fields (e.g., text or categorical values) are excluded from the filter options.
- If no records match the selected filters, the table will display a message such as “No data".
- The multi-column filter state persists until the user clears filters by clicking on "Clear" button when Filter by button is clicked.
- A "Reset" button is available to clear all applied filters and restore the table to its original, unfiltered state. This button is enabled only when one or more filters are currently applied.
