Created
February 6, 2020 13:40
-
-
Save barend/282786c8edb9305352f6c2fb7be013bd to your computer and use it in GitHub Desktop.
Kerberized actions with temporary credentials cache file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export KRB5CCNAME="FILE:$(mktemp)" | |
kinit -kt <keytab> <username> | |
# do stuff | |
kdestroy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment