lifetime argument not respected when initiating credentials #311
duncanmmacleod
announced in
Announcements
Replies: 1 comment 1 reply
-
You simply can't, the GSSAPI store API has no way to pass in a lifetime. The only allowed attributes for the latest MIT krb5 mechanism are:
Unfortunately not well documented, but you can find it here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What went wrong?
The
lifetime
argument passed togssapi.Credentials
is not respected, freshly-minted creds all come back with a lifetime of 86400.I am presuming this is naive user error, but can't figure out how to generate credentials with a specific lifetime from python-gssapi. I can run
kinit -l 100
to generate lifetime-specific credentials manually.How do we reproduce?
Component versions (python-gssapi, Kerberos, OS / distro, etc.)
All packages installed via conda-forge on Debian 11 under WSL:
Beta Was this translation helpful? Give feedback.
All reactions