Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions htgettoken.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions htgettoken.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <dwd@fnal.gov> 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 <dwd@fnal.gov> 2.5-1
- Add htdestroytoken -f option to force a removal of a refresh token in
Expand Down
2 changes: 1 addition & 1 deletion htgettoken/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from __future__ import print_function

prog = "htgettoken"
version = "2.5"
version = "2.6"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading