User secrets are a type of secret that are specific to a user. They are used to store sensitive data that is specific to a user, such as API keys, access tokens, and credentials which are shared across all projects and environments of a user. User secrets have the highest precedence in the secrets hierarchy. This means they will override any project or organization secrets with the same name, allowing you to customize your environment without affecting other team members. To manage your user secrets, navigate to the Settings > My account > Secrets page in your Gitpod dashboard.

Secrets List

Secret Types

User secrets support the following types:

Creating a User Secret

To create a user secret, navigate to the Settings > My account > Secrets page in your Gitpod dashboard and click the New Secret button.

Updating a User Secret

To update a user secret, navigate to the Settings > My account > Secrets page in your Gitpod dashboard and click the Edit button.

Deleting a User Secret

To delete a user secret, navigate to the Settings > My account > Secrets page in your Gitpod dashboard and click the Delete button.