Project Secrets
Project secrets are a type of secret that are specific to a project. They are used to store sensitive data that is specific to a project, such as API keys, access tokens, and credentials which are shared across all environments and users of a project.
To manage your project secrets, navigate to the Project > Secrets page in your Gitpod dashboard.
Secrets List
Secret Types
Project secrets support the following types:
Creating a Project Secret
To create a project secret, navigate to the Project > Secrets page in your Gitpod dashboard and click the New Secret button.
Updating a Project Secret
To update a project secret, navigate to the Project > Secrets page in your Gitpod dashboard and click the Edit button.
Deleting a Project Secret
To delete a project secret, navigate to the Project > Secrets page in your Gitpod dashboard and click the Delete button.
Was this page helpful?