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

[AIP-4117]: Support credential_source.env similar to .file #1290

Open
f0o opened this issue Dec 30, 2023 · 0 comments
Open

[AIP-4117]: Support credential_source.env similar to .file #1290

f0o opened this issue Dec 30, 2023 · 0 comments

Comments

@f0o
Copy link

f0o commented Dec 30, 2023

In some cases you have your OIDC JWT presented as Env-Var such as in numerous CI/CD systems.

Instead of writing the OIDC JWT onto a temporary file it would be beneficial if ADC could accept the credential_source as environment variable - or straight up as embedded content.

Perhaps something like:

{
 "type": "external_account",
 ...
 "credential_source": {
  "env": "JWT_TOKEN_VARIABLE"
 }
}
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

No branches or pull requests

1 participant