feat: Adding support for OIDC Token in Azure plugin#12736
feat: Adding support for OIDC Token in Azure plugin#12736kodiakhq[bot] merged 5 commits intocloudquery:mainfrom
Conversation
|
Hi @joytandon17! Shouldn't this already work with the current code given that the default creds will attempt to use OIDC based on the env variables set? |
Hi @candiduslynx I think it only supports MSI(Managed Service Identity) Token which is from Azure itself, This PR would enable to use OIDC token(I think for which we need to use this function NewClientAssertionCredential) which is not generated from Azure but for example AWS Cognito, Please see this document |
|
Hi @joytandon17 👋 Thanks for this PR! I think it makes sense from the perspective of supporting a new feature. I'd like to request one or two changes if you don't mind:
Let me know if that makes sense and if we can help in any way! |
Hi @hermanschaaf, Thanks for the review, Will do the required changes. |
2f8eb6d to
49fc73e
Compare
|
@hermanschaaf can you please review the PR? |
|
Thanks for the contribution @joytandon17! |
This PR is created to support OIDC Token in Azure plugin. This PR would enable Azure plugin to be used without AZURE_CLIENT_SECRET. This follows principle of Azure AD workload identity federation with AWS.