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

implement federated OIDC JWT assertion #10

Merged
merged 2 commits into from Nov 29, 2022

Conversation

jjwedemyer
Copy link
Contributor

This allows workload federation to be used with Azure/Azure Active ActiveDirectory.
It takes a signed JWT and will try to exchange that token for an access token. The naming of the environment variable was inspired by a comment in Azure/go-autorest#680

it is the feature requested in #8.

This allows workload federation to be used with Azure/Azure Active
ActiveDirectory. This takes a signed JWT and will try to exchange that
token for an access token.
Describes when it will be used and how to configuration is done.
@chrismellard chrismellard merged commit 6a4d6ed into chrismellard:master Nov 29, 2022
@Tolsto
Copy link
Contributor

Tolsto commented Feb 27, 2023

Unfortunately, this doesn't fully implement #8 as Azure Workload Identity will inject AZURE_FEDERATED_TOKEN_FILE, pointing to a file containing the JWT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants