Skip to main content
GET
List Application Env Secrets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

application_id
string
required

Response

Successful Response

An application's environment-secret surface: the Secret the generated manifests read, the keys that have a value, and the keys still missing one.

secret_name
string
required

The Kubernetes Secret the deploy renders these keys into ("-env").

secrets
ApplicationEnvSecretItem · object[]
required
missing_keys
string[]
required

Keys the manifests read that have no value yet.