1

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.

FrankPl
  • 919
  • 3
  • 12
erez
  • 151
  • 2
  • 3
  • 9
  • 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

0 Answers0