vault-token-helper icon indicating copy to clipboard operation
vault-token-helper copied to clipboard

consider removing the 'renewable' column from list output

Open joemiller opened this issue 5 years ago • 0 comments

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.

joemiller avatar Oct 09 '19 01:10 joemiller