diff --git a/htgettoken.html b/htgettoken.html index 55a13a5..506b0fb 100644 --- a/htgettoken.html +++ b/htgettoken.html @@ -1,5 +1,5 @@ - + @@ -248,7 +248,8 @@
−−novaulttoken
Disable all authentication -methods that get vault tokens. Currently this equivalent to +methods that get vault tokens. Currently this is equivalent +to −−nooidc −−nokerberos −−nossh.
diff --git a/htgettoken.spec b/htgettoken.spec index 937b005..1b39484 100644 --- a/htgettoken.spec +++ b/htgettoken.spec @@ -1,6 +1,6 @@ Summary: Get OIDC bearer tokens by interacting with Hashicorp vault Name: htgettoken -Version: 2.5 +Version: 2.6 Release: 1%{?dist} License: BSD-3-Clause @@ -75,12 +75,13 @@ rm -rf $RPM_BUILD_ROOT %changelog -# - Have htdecodetoken take advantage of new scitokens-verify ability -# to read from stdin, when available. -# - Add support in htdestroytoken -f for getting a CA cert directory -# from ${X509_CERT_DIR:-/etc/grid-security/certificates} or from -# a --capath option, and to get a CA cert file from a --cafile option, -# mirroring the behavior of htgettoken. +* Thu Jan 15 2026 Dave Dykstra