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

Workload identity credential defaults to environment configuration #20478

Merged
merged 3 commits into from Mar 29, 2023

Conversation

chlowell
Copy link
Contributor

Most applications authenticating a workload identity will deploy in pods having configuration for that identity set in environment variables by the admission webhook. Requiring applications to provide that configuration as constructor arguments just adds friction in most cases, so this PR moves the arguments into the options bag and has the constructor default to environment configuration.

@chlowell chlowell merged commit 1cd56ad into Azure:main Mar 29, 2023
10 checks passed
@chlowell chlowell deleted the wic-ctor branch March 29, 2023 22:28
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.

None yet

2 participants