You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The authentication tokens created by /v1/auth/cert/login seem to be subject to the maximum TTL of the system or their mount, would it be feasible to add a configuration parameter to make them periodic?
We are currently circumventing the issue with a script like:
Which is a bit of a workaround but works, the problem is that it requires extra auth/token/roles and policies just to acquire a periodic token. The use case for the whole thing is to start long running processes by using TLS authentication, consul-template in our case.
What do you think?
The text was updated successfully, but these errors were encountered:
phaer
changed the title
Support periodic tokens in TLS authentication
Support periodic tokens with TLS authentication
Nov 3, 2017
The authentication tokens created by
/v1/auth/cert/login
seem to be subject to the maximum TTL of the system or their mount, would it be feasible to add a configuration parameter to make them periodic?We are currently circumventing the issue with a script like:
Which is a bit of a workaround but works, the problem is that it requires extra
auth/token/roles
and policies just to acquire a periodic token. The use case for the whole thing is to start long running processes by using TLS authentication, consul-template in our case.What do you think?
The text was updated successfully, but these errors were encountered: