Update Vault Integration
Credentials & Vault
Update Vault Integration
Rotate the AppRole secret_id on a registered vault integration. The vault address is immutable.
PUT
Update Vault Integration
Overview
Rotates the stored AppRolesecret_id for an integration. Use this after rotating the AppRole in Vault itself. The vault address, namespace, and role ID cannot be changed — delete and recreate the integration to change them. Rotations take effect immediately; in-flight authenticate actions that have already acquired a token are unaffected.
Path Parameters
Integration ID (UUID).
Body
New AppRole
secret_id. Stored encrypted at rest.Example Request
Response
Success Response (200)
Integration ID (UUID).
Human-readable name.
Backend type. Always
hashicorp in v1.Vault address.
Vault Enterprise namespace, or
null if unset.Auth method. Always
approle in v1.AppRole role_id.
ISO 8601 timestamp.
ISO 8601 timestamp. Bumped on a successful rotation.
Error Responses
| Status | Description |
|---|---|
400 | Invalid body — for example empty secretId. |
401 | Unauthorized — invalid or missing API key. |
404 | Integration not found or not owned by the caller. |