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 @@

OPTIONS

−−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 2.6-1 +- 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. * Mon Dec 1 2025 Dave Dykstra 2.5-1 - Add htdestroytoken -f option to force a removal of a refresh token in diff --git a/htgettoken/__init__.py b/htgettoken/__init__.py index 7156095..1bc6d9c 100644 --- a/htgettoken/__init__.py +++ b/htgettoken/__init__.py @@ -15,7 +15,7 @@ from __future__ import print_function prog = "htgettoken" -version = "2.5" +version = "2.6" import os import sys diff --git a/setup.cfg b/setup.cfg index 265118e..e2e40f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = htgettoken -version = 2.5 +version = 2.6 author = Dave Dykstra author_email = dwd@fnal.gov license = BSD-3-Clause