-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 for managed identity in azure.storage.fileshare #13033
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. |
Hi @holwech |
what is the status of this issue? |
The service does not have the support for this yet. We will add it to the SDK as soon as the service adds support. We do not have the ETA for the service support |
[Hub Generated] Review request for Microsoft.KeyVault to add version stable/2019-09-01 (Azure#13033) * Add default response schema in examples * Run Prettier Check * Add missing properties * Remove hsmPoolResourceId
Hi, Is there an update on this? For example, documentation suggests that this approach should work e.g.
However, using azure-storage-file-share 12.5.0 with a service principal token i'm getting the same error. ValueError("Token credentials not supported by the File service.") Can you recommend any workarounds? Thanks! |
Any update on this? what is the best approach to connecting to file service through python SDK? |
Hi all, apologies for the long delay with no update but we've essentially been waiting for the service to add support for AAD auth to the Files service. I'm happy to report the service team is finally working on adding this support and we should soon be able to support this in the SDK. I don't have yet have a concrete timeline but hopefully it will be coming within the next couple of releases. Thanks for your patience. I will update here once the feature has been added. |
is this going to be in .net SDK as well? |
@david-msft, yes, the plan is for the to be added to the .NET SDK as well once its available from the service. Still no ETA on it but this feature in.NET should be released at the same as Python. |
Hi Team, Any update on this? |
what @diti-nz said...? |
Hi all, I'm happy to announce that support for Files OAuth / Managed identities has been released in our latest preview release, 12.12.0b1! Please see this sample for example use. Please note there some caveats with the implementation that are specific to the Files SDK and come from the service (out of the client's control).
Please feel free to try out the preview release and provide any feedback. This will tentatively be released in our next full release within the next few weeks (may change though). Since it is currently in preview, it is subject to change before the full release though. Thanks for your patience! |
This has been fully released in version 12.12.0. |
Running the following:
Leads to the following error:
Default credentials in my case would be managed identity. It's not explicitly mentioned in the documentation (as far as I can see), but is managed identity not supported by this library? Will it be supported, and if so, when?
The text was updated successfully, but these errors were encountered: