5-periodic-token-config-mgmt #6

Merged
hygienic-books merged 2 commits from 5-periodic-token-config-mgmt into master 2024-10-05 21:23:12 +00:00
Showing only changes of commit 8d3ff2683a - Show all commits

View File

@ -222,6 +222,15 @@ Note that we do not specify `"renewable":true` as periodic tokens are implicitly
Write down the generated `client_token`. Write down the generated `client_token`.
Token renewal works like so via the `/auth/token/renew-self` endpoint:
```
curl --silent --location --header 'X-Vault-Token: <token>' \
--request POST \
--data '{"token":"<token>"}' \
'https://f.q.d.n/v1/auth/token/renew-self'
```
Lastly don't forget to create some key value pairs underneath `kv/for_rbacgroup_remco` that the token can access. Lastly don't forget to create some key value pairs underneath `kv/for_rbacgroup_remco` that the token can access.
#### Token lifecycle management #### Token lifecycle management