Tim Miller
Results
3
comments of
Tim Miller
I'm having the same problem. See here: https://discuss.hashicorp.com/t/vault-token-expiring/19012/4 Tokens created via the vault client do not exhibit this behavior, only the terraform provider.
I was able to make some progress on this. In my provider block, I had to add the max_lease_ttl_seconds parameter: ``` provider "vault" { address = "https://vault.foo.com:8200" token = "s.abcdefghijklmnopqrstuvwxyz"...
Can this be merged?