Fixed problem where Yubikeys caused a trap.

This commit is contained in:
Ross Scroggs
2025-04-22 15:38:18 -07:00
parent 3bb9724e50
commit 662b7d857c
7 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
7.06.08
Fixed problem where Yubikeys caused a trap.
7.06.07
Updated private key rotation progress messages in `gam create|use|update project`
@@ -13,6 +17,8 @@ Re-run the command specify a new service account name with: saname <ServiceAccou
Native support for Windows 11 Arm-based devices.
Renamed some MacOS and Linux binary installer files to align on terminology. Everything is "arm64" now, no "aarch64".
7.06.05
Updated code in `gam delete|update chromepolicy` to handle the `policyTargetKey[additionalTargetKeys]`

View File

@@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki
"""
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
__version__ = '7.06.06'
__version__ = '7.06.08'
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
#pylint: disable=wrong-import-position

View File

@@ -10,5 +10,6 @@ httplib2>=0.22.0
lxml
passlib>=1.7.4
pathvalidate
pyscard==2.2.1
python-dateutil
yubikey-manager[yubikey]>=5.6.1