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

GH-39344: [C++][FS][Azure] Support azure cli auth #41976

Merged
merged 3 commits into from
Jun 10, 2024

Conversation

Tom-Newton
Copy link
Contributor

@Tom-Newton Tom-Newton commented Jun 5, 2024

Rationale for this change

Maybe be useful to support explicit environment credential (currently environment credential can be used as part of the Azure default credential flow).

What changes are included in this PR?

Create ConfigureCLICredential. Add it to FromUri

Are these changes tested?

There are new unittests but no integration tests that we can actually authenticate successfully. We are relying on the Azure C++ SDK to abstracting that away.

Are there any user-facing changes?

Explicit CLI auth is now supported

@Tom-Newton Tom-Newton marked this pull request as ready for review June 5, 2024 09:14
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jun 5, 2024
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit f0a6f49 into apache:main Jun 10, 2024
36 of 41 checks passed
@kou kou removed the awaiting merge Awaiting merge label Jun 10, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants