Skip to content

List secret-injections

GET
/secret-injections

Vault-backed secret injection configurations for customer workloads (F2.AGT.08). Stores only secret references (Vault paths), never plaintext secret values.

pagination[page]
integer
pagination[pageSize]
integer
filters

Strapi REST filter syntax

object
sort
string
populate
string

OK

object
data
Array
object
organisation
required
One of:

DocumentId reference to api::organisation.organisation

string
cloud_instance
One of:

DocumentId reference to api::cloud-instance.cloud-instance

string
secret_name
required

Logical name identifying the secret (no value stored).

string
secret_ref
required

Vault path or external reference, e.g. secret/data/myapp/db-password.

string
target_service
required

Name of the service or process into which the secret is injected.

string
injection_method
required

How the secret is delivered to the workload.

string
Allowed values: env_var file k8s_secret
env_var_name

Environment variable name (only when injection_method=env_var).

string
file_path

Absolute path inside the container (only when injection_method=file).

string
status
required
string
Allowed values: pending injected failed revoked
last_injected_at
string format: date-time
notes
string
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
nullable
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer

Missing or invalid authentication

Not authorized (tenant scope or capability)