-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support kerberos keytab file #3283
Labels
kind/feature
New feature or request
Comments
I wrote the POC code, and It works well. |
Thanks, we are interested in this. |
@kyungwan-nam Hello, could you submit a pr for this issue. Some other users also encountered this problem. |
Merged
@tangyoupeng |
done by #3517 |
This was referenced Jun 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added:
It is not possible to authenticate with a Kerberos keytab file when I use a kerberized hdfs as object storage.
JuiceFS support authenticating with a credential cache file only.
It would be good if support a keytab file as well.
Why is this needed:
Authenticating with a credential cache file is tricky under CSI Driver.
juicedata/juicefs-csi-driver#572
Currently, we have to do like the below whenever mount a pod. because the ccache file will be expired at the end.
kinit
The text was updated successfully, but these errors were encountered: