Vault
/sys/rotation/orphans
Enterprise
Appropriate Vault Enterprise license required
Use the /sys/rotation/orphans endpoints to manage orphaned
rotation entries for plugins that support automated rotation via the centralized automated rotation system.
See the automated rotation documentation for more general information on how Vault Enterprise handles orphaned rotation entries.
Read a list of orphans
Fetch a list of all orphaned rotation entries in Vault Enterprise. We recommend reviewing orphaned entries for insight into broken/failing rotations.
| Method | Path |
|---|---|
GET | /sys/rotation/orphans/ |
Sample request
$ curl \
--header "X-Vault-Token: ${VAULT_TOKEN}" \
${VAULT_ADDR}/v1/sys/rotation/orphans
Sample response
{
"orphans": ["ldap/static-role/mary", "ldap/static-role/alice"]
}