Skip to main content

SetInstanceSecretInput

Create or update a secret on an instance. The secret value is encrypted at rest and never returned in API responses.

input SetInstanceSecretInput {
name: String!
value: String!
}

Fields

SetInstanceSecretInput.name ● String! non-null scalar {#name}

The secret name, as defined in the bundle's massdriver.yaml

SetInstanceSecretInput.value ● String! non-null scalar {#value}

The secret value. Will be encrypted at rest.

Member Of

setInstanceSecret mutation