-
Notifications
You must be signed in to change notification settings - Fork 149
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
Question: RBAC and SAS implementation guide? #160
Comments
Hi Yang, Thanks for using CPP SDK. |
@katmsft I would like to know from a C++ SDK based application other than SAS, are there any other ways to support shared access from multiple tenants and/or applications? thanks for pointing us to the right direction. Yang |
Edit: In the link you provided there are some links that points to the instructions of how to use MSI for Azure Storage services. You can use it to get Azure Storage access key, that can be used in CPP SDK to access azure storage resources. |
FYI, release 7.0.0 has supported OAuth authentication for Azure Storage, please look at below pages for more information: |
A general implementation question from a Storage C++ SDK developer please.
If I have a C++ based application, how do I integrate RBAC access policy with the SAS signature? Is there a guide for doing that? I wonder if Azure Storage CPP SDK even supports the concepts of the Role Based Access Control policy at all?
Thanks for the quick clarification. I am trying to move forward with my current design.
Yang
The text was updated successfully, but these errors were encountered: