Skip to content
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

[C++] Implement all important authentication methods for Azure filesystem #38598

Open
1 of 2 tasks
Tom-Newton opened this issue Nov 6, 2023 · 3 comments
Open
1 of 2 tasks

Comments

@Tom-Newton
Copy link
Contributor

Tom-Newton commented Nov 6, 2023

Describe the enhancement requested

So far the Azure filesystem implementation only supports account key authentication. This is ok initially during development but for normal operation role-based access control (RBAC) is recommended.

Azure authentication that I think are important to supported (roughly ordered with most important first):

Related Issues:

Component(s)

C++

@kou
Copy link
Member

kou commented Nov 14, 2023

Can we split this issue to each authentication method?

@pitrou
Copy link
Member

pitrou commented Dec 7, 2023

Can we split this issue to each authentication method?

Seconded. What we did in S3 is simply start with the simplest methods (anonymous, secret key) and then let contributors add whichever auth method they needed.

@Tom-Newton
Copy link
Contributor Author

Ok 👍. I'll probably make each individual auth method a sub ticket of this ticket.

I plan to start working on this quite soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants