List secret-injections
GET /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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” pagination[page]
integer
pagination[pageSize]
integer
filters
Strapi REST filter syntax
object
sort
string
populate
string
Responses
Section titled “ Responses ”OK
object
data
Array
object
organisation
required
cloud_instance
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
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
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
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer
Missing or invalid authentication
Not authorized (tenant scope or capability)