- monitoring health and sealed
- monitoring token expiration time
- curl
- jq
- VAULT_URL - full url to Vault (http://localhost:8200)
- VAULT_TOKEN - access token used vault policy
path "auth/token/accessors" {
capabilities = ["list", "sudo"]
}
path "auth/token/lookup-accessor" {
capabilities = ["update"]
}