-
Notifications
You must be signed in to change notification settings - Fork 56
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 pod identity for storage authentication #27
Comments
+1 |
if you mean blobfuse driver, we already support read sas token from azure keyvault in blobfuse csi driver: |
new features will only be implemented in csi driver |
here is the tracking issue in blobfuse csi driver: kubernetes-sigs/blob-csi-driver#109 |
Is your feature request related to a problem?/Why is this needed
Use pod identity is better from a security point of view compared to regular secrets (SAS or blob access keys). Easier to manage, distribute etc.
Describe the solution you'd like in detail
Add support for authentication to storage with managed identity in addition to SAS/account token.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: