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
Tokens issued by the vault auth/okta backend have the 'renew=true' attribute set but when they're renewed with vault renew the ttl does not actually increase. I believe this is becaues the okta backend doesn't currently allow for creating period tokens that could be renewed and extended before the end of the period's ttl.
Consider removing the renewable column from the output because it's confusing.
Perhaps still available as a -flag for the case where you are storing a period token.
The text was updated successfully, but these errors were encountered:
Tokens issued by the vault auth/okta backend have the 'renew=true' attribute set but when they're renewed with
vault renew
the ttl does not actually increase. I believe this is becaues the okta backend doesn't currently allow for creating period tokens that could be renewed and extended before the end of the period's ttl.Consider removing the renewable column from the output because it's confusing.
Perhaps still available as a -flag for the case where you are storing a period token.
The text was updated successfully, but these errors were encountered: