Secrets

secrets

Methods

Create Secret -> { secret }
post/gitpod.v1.SecretService/CreateSecret

CreateSecret creates a new secret.

Delete Secret -> unknown
post/gitpod.v1.SecretService/DeleteSecret

DeleteSecret deletes a secret.

Security
Bearer Auth

Example: Authorization: Bearer My Bearer Token

Request example
200Example
Get Secret Value -> { value }
post/gitpod.v1.SecretService/GetSecretValue

GetSecretValue retrieves the value of a secret Only Environments can perform this operation, and only for secrets specified on the EnvironmentSpec.

List Secrets -> SecretsPage<{ environmentVariable, id, createdAt, 4 more... } | { filePath, id, createdAt, 4 more... }>
post/gitpod.v1.SecretService/ListSecrets

ListSecrets lists secrets.

Update Secret Value -> unknown
post/gitpod.v1.SecretService/UpdateSecretValue

UpdateSecretValue updates the value of a secret.