Unable to mount when authenticating with Kerberos #545
Unanswered
davidnraines
asked this question in
Q&A
Replies: 1 comment
-
@davidnraines Is the problem solved? Have you already try the kerberos configuration mentioned in https://github.com/kubernetes-csi/csi-driver-smb/blob/master/docs/driver-parameters.md#kerberos-ticket-support-for-linux? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are attempting to use csi-driver-smb v1.9.0. We are running k3s on RHEL 8.6, with FIPS mode enabled. We are connecting to an SMB share, and attempting to use Kerberos to authenticate.
Our Kerberos keytab is here: krb5.conf
When we run the mount command manually, we would use this:
> mount -t cifs -o sec=krb5,vers=2.0 //SMBHOST/path /mnt/testmount
And this works.
When we attempted to use the PV / PVC implementation, this was our PersistentVolume:
This is the error message we see:
Our suspicion is that the option username="" is being added to the options, but its hard to verify.
Are we doing anything obviously wrong? Is this sort of Kerberos authentication supported by this tool?
Thank you for your time, and we'd appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions