/sys/rotate/config
Configure automatic key rotation
Create or update the auto rotation configuration
Method
Path
Parameters
Sample payload
{
"max_operations": 2000000000,
"interval": "4320h"
}Sample request
$ curl \
--request POST \
--header "X-Vault-Token: ..." \
--data @payload.json \
http://127.0.0.1:8200/v1/sys/rotate/configGet the auto rotation configuration
Method
Path
Sample request
Sample response
Last updated