You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want all file's UID to be consistent in our kerberos Hadoop cluster using mapping username/UID for all kerberos hadoop users.
Currently, The JuiceFS Hadoop SDK authenticate as the OS user if there’s no kerberos credentials. so, can use the JuiceFS as unknown user not in the mapping username/UID. It makes it difficult to ensure consistent.
Why is this needed:
I'd like to add a new property juicefs.verify-kerberos-user (default: false) for JuiceFS Hadoop SDK.
It allows only for kerberos-authenticated user If juicefs.verify-kerberos-user is true
The text was updated successfully, but these errors were encountered:
What would you like to be added:
I want all file's UID to be consistent in our kerberos Hadoop cluster using mapping username/UID for all kerberos hadoop users.
Currently, The JuiceFS Hadoop SDK authenticate as the OS user if there’s no kerberos credentials. so, can use the JuiceFS as unknown user not in the mapping username/UID. It makes it difficult to ensure consistent.
Why is this needed:
I'd like to add a new property
juicefs.verify-kerberos-user
(default: false) for JuiceFS Hadoop SDK.It allows only for kerberos-authenticated user If
juicefs.verify-kerberos-user
is trueThe text was updated successfully, but these errors were encountered: