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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add htdestroytoken -f option to force a removal of a refresh token in vault.
Add htgettoken --novaulttoken option as an alias for --noiodc, --nossh, and --nokerberos.
Again fix --showbearerurl to work in combination with --nobearertoken. That was fixed in 1.17 but broke in 1.21 and 2.0.
Fix httokensh to pay attention to htgettoken options in $HTGETTOKENOPTS.
Fix httokensh to correctly locate the log file if a -o or --outfile is given, instead of writing to ".log" in the current directory.
Fix httokensh to not pass on a --vaulttokenminttl option to the background htgettoken command, to make the vault token last as long as possible since it doesn't get renewed.