I am using Vault Kubernetes auth method for authenticate services against Vault and I wonder if I can generate a token with this auth method which does not expire.
Asked
Active
Viewed 870 times
1
-
Only root token, Every non-root token has a time-to-live (TTL). read more [here](https://learn.hashicorp.com/tutorials/vault/tokens) – Saikat Chakrabortty May 24 '21 at 11:23
-
As a workaround the TTL can be [renewed](https://learn.hashicorp.com/tutorials/vault/tokens#renew-service-tokens), if the token is renewable. – Davide Madrisan Oct 17 '21 at 20:29