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

feat: Add new authentication type UserAssignedIdentityCredential #4565

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bryan-cox
Copy link

What this PR does

This pull request adds the capability to authenticate with Azure using a new authentication type available only to 1st party Microsoft applications, UserAssignedIdentityCredential. More information on this new authentication type can be found here - https://github.com/Azure/msi-dataplane/blob/main/pkg/dataplane/reloadCredentials.go#L60.

Checklist

  • this PR contains documentation
  • this PR contains tests
  • this PR contains YAML Samples

@bryan-cox bryan-cox changed the title Userassignedcreds feat: Add new authentication type UserAssignedIdentityCredential Feb 6, 2025
@bryan-cox
Copy link
Author

@microsoft-github-policy-service agree [company="{Red Hat}"]

@bryan-cox
Copy link
Author

@microsoft-github-policy-service agree company="Red Hat"

@bryan-cox
Copy link
Author

/retest

@theunrepentantgeek
Copy link
Member

/retest

That's not a command we've installed in this repo. ;-)

I've triggered CI to run again for you.

@bryan-cox bryan-cox force-pushed the userassignedcreds branch 2 times, most recently from d8b66ae to 6333c93 Compare February 10, 2025 15:11
This commit adds a new authentication type, UserAssignedIdentityCredentials. This allows a 1st party Microsoft application to authenticate using a managed identity's certificate, which is accessed through the MSI data plane. More information on this authentication type can be found here - https://github.com/Azure/msi-dataplane/blob/63fb37d3a1aaac130120624674df795d2e088083/pkg/dataplane/reloadCredentials.go#L60.

Signed-off-by: Bryan Cox <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants