Im generating a token
vault write consul/roles/service policies=“service,shared-kv,service-kv” local=true ttl=72h max_ttl=0
that expires every 72h, is there any option to renew the token without having to create a new?
Im generating a token
vault write consul/roles/service policies=“service,shared-kv,service-kv” local=true ttl=72h max_ttl=0
that expires every 72h, is there any option to renew the token without having to create a new?