Update a secret-injection
PUT /secret-injections/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”DocumentId
Request Body required
Section titled “Request Body required ”object
object
Logical name identifying the secret (no value stored).
Vault path or external reference, e.g. secret/data/myapp/db-password.
Name of the service or process into which the secret is injected.
How the secret is delivered to the workload.
Environment variable name (only when injection_method=env_var).
Absolute path inside the container (only when injection_method=file).
Responses
Section titled “ Responses ”Updated
object
object
Logical name identifying the secret (no value stored).
Vault path or external reference, e.g. secret/data/myapp/db-password.
Name of the service or process into which the secret is injected.
How the secret is delivered to the workload.
Environment variable name (only when injection_method=env_var).
Absolute path inside the container (only when injection_method=file).
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found