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

Support for OIDC / Azure Workload Identity Authentication #94

Closed
jusdor opened this issue Dec 21, 2022 · 2 comments · Fixed by #402
Closed

Support for OIDC / Azure Workload Identity Authentication #94

jusdor opened this issue Dec 21, 2022 · 2 comments · Fixed by #402
Labels
community enhancement New feature or request

Comments

@jusdor
Copy link

jusdor commented Dec 21, 2022

What problem are you facing?

We would like to use Workload Identity as authentication method for provider-azure, which is basically the same as OIDC authentication for a Service Principal. This is described in the azurerm terraform provider docs.

There is an example usage of this option here in the underlying provider.

How could Official Azure Provider help solve your problem?

If you could create an option in the providerConfig to use this kind of authentication resulting in the correct set of environment variables inside the pod.

@jusdor jusdor added the enhancement New feature or request label Dec 21, 2022
@ytsarev
Copy link
Collaborator

ytsarev commented Dec 22, 2022

cc @ulucinar

@yangyang919
Copy link

Is this enhancement getting reflected into this document: https://github.com/upbound/provider-azure/blob/main/AUTHENTICATION.md

We are trying to use this approach, but couldn't find clear guidance...

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