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-39318: [C++][FS][Azure] Add workload identity auth configuration #39319

Merged

Conversation

Tom-Newton
Copy link
Contributor

@Tom-Newton Tom-Newton commented Dec 20, 2023

Rationale for this change

Workload identity is a useful Azure authentication method.

What changes are included in this PR?

Implement AzureOptions::ConfigureWorkloadIdentityCredential

Are these changes tested?

Added a simple test initialising a fileystem using ConfigureWorkloadIdentityCredential. This is not the most comprehensive test but its the same as what we agreed on for #39263.

Are there any user-facing changes?

Workload identity authentication is now supported.

@Tom-Newton Tom-Newton changed the title GH-39318: Add workload identity credential GH-39318: [C++][FS][Azure] Add workload identity auth configuration Dec 20, 2023
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 3c66491 into apache:main Dec 21, 2023
36 of 37 checks passed
@kou kou removed the awaiting review Awaiting review label Dec 21, 2023
@github-actions github-actions bot added the awaiting merge Awaiting merge label Dec 21, 2023
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 3c66491.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them.

clayburn pushed a commit to clayburn/arrow that referenced this pull request Jan 23, 2024
…tion (apache#39319)

### Rationale for this change
Workload identity is a useful Azure authentication method.

### What changes are included in this PR?
Implement `AzureOptions::ConfigureWorkloadIdentityCredential`

### Are these changes tested?
Added a simple test initialising a fileystem using `ConfigureWorkloadIdentityCredential`. This is not the most comprehensive test but its the same as what we agreed on for apache#39263. 

### Are there any user-facing changes?
Workload identity authentication is now supported. 

* Closes: apache#39318

Authored-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…tion (apache#39319)

### Rationale for this change
Workload identity is a useful Azure authentication method.

### What changes are included in this PR?
Implement `AzureOptions::ConfigureWorkloadIdentityCredential`

### Are these changes tested?
Added a simple test initialising a fileystem using `ConfigureWorkloadIdentityCredential`. This is not the most comprehensive test but its the same as what we agreed on for apache#39263. 

### Are there any user-facing changes?
Workload identity authentication is now supported. 

* Closes: apache#39318

Authored-by: Thomas Newton <thomas.w.newton@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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.

[C++][FS][Azure] Workload Identity Authentication
2 participants