|
1 | 1 | Summary: Get OIDC bearer tokens by interacting with Hashicorp vault |
2 | 2 | Name: htgettoken |
3 | | -Version: 2.4 |
| 3 | +Version: 2.5 |
4 | 4 | Release: 1%{?dist} |
5 | 5 |
|
6 | 6 | License: BSD-3-Clause |
@@ -74,18 +74,19 @@ rm -rf $RPM_BUILD_ROOT |
74 | 74 |
|
75 | 75 |
|
76 | 76 | %changelog |
77 | | -# - Add htdestroytoken -f option to force a removal of a refresh token in |
78 | | -# vault. |
79 | | -# - Add htgettoken --novaulttoken option as an alias for --noiodc, --nossh, |
80 | | -# and --nokerberos. |
81 | | -# - Again fix --showbearerurl to work in combination with --nobearertoken. |
82 | | -# That was fixed in 1.17 but broke in 1.21 and 2.0. |
83 | | -# - Fix httokensh to pay attention to htgettoken options in $HTGETTOKENOPTS. |
84 | | -# - Fix httokensh to correctly locate the log file if a -o or --outfile |
85 | | -# is given, instead of writing to ".log" in the current directory. |
86 | | -# - Fix httokensh to not pass on a --vaulttokenminttl option to the background |
87 | | -# htgettoken command, to make the vault token last as long as possible since |
88 | | -# it doesn't get renewed. |
| 77 | +* Mon Dec 1 2025 Dave Dykstra <dwd@fnal.gov> 2.5-1 |
| 78 | +- Add htdestroytoken -f option to force a removal of a refresh token in |
| 79 | + vault. |
| 80 | +- Add htgettoken --novaulttoken option as an alias for --noiodc, --nossh, |
| 81 | + and --nokerberos. |
| 82 | +- Again fix --showbearerurl to work in combination with --nobearertoken. |
| 83 | + That was fixed in 1.17 but broke in 1.21 and 2.0. |
| 84 | +- Fix httokensh to pay attention to htgettoken options in $HTGETTOKENOPTS. |
| 85 | +- Fix httokensh to correctly locate the log file if a -o or --outfile |
| 86 | + is given, instead of writing to ".log" in the current directory. |
| 87 | +- Fix httokensh to not pass on a --vaulttokenminttl option to the background |
| 88 | + htgettoken command, to make the vault token last as long as possible since |
| 89 | + it doesn't get renewed. |
89 | 90 |
|
90 | 91 | * Fri Jun 20 2025 Dave Dykstra <dwd@fnal.gov> 2.4-1 |
91 | 92 | - Add the new -s and -f options to the htdecodetoken usage summary. |
|
0 commit comments