How to specify SPN or MSI for blobfuse FlexVolume
Closed this issue · 5 comments
Hi,
I would like to use authentication type SPN or MSI instead of SAS token or key like described here:
Azure-Storage-Fuse Authentication Setup.
How would I specify it blobfusecreds secret configuration?
Regards,
Frank
those auth types are only supported by csi driver: https://github.com/kubernetes-sigs/blob-csi-driver/blob/master/deploy/example/storageclass-blobfuse-msi.yaml
Thx Andy. So it looks like MSI and SPN is supported. But how Do I configure this in blobfuse for FlexVolume? Could you give an example for SPN or MSI.
MSI and SPN is only supported by CSI driver.
try install blob csi driver first:
https://github.com/kubernetes-sigs/blob-csi-driver
and then use storage class:
https://github.com/kubernetes-sigs/blob-csi-driver/blob/master/deploy/example/storageclass-blobfuse-msi.yaml
Ok, thx. So I guess it would be a feature request. I will switch to CSI driver.
blobfuse flexvol driver is in maintenance mode, we commend using CSI driver instead. Thanks.