Secrets
secrets
Methods
Create Secret -> { secret }
post/gitpod.v1.SecretService/CreateSecret
CreateSecret creates a new secret.
Security
Bearer Auth
Example: Authorization: Bearer My Bearer Token
Response fields
secret: { environmentVariable } | { filePath }
Optional
Request example
200Example
Delete Secret -> unknown
post/gitpod.v1.SecretService/DeleteSecret
DeleteSecret deletes a secret.
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.