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

DRIVERS-2585 Migrate OIDC Secrets Handling #345

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

secrets = root_get_secrets(["drivers/oidc"], "us-east-1", None)[0]
for key in list(secrets):
secrets[key.lower()] = secrets[key]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be uppercase to be consistent with other env vars?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are used at run time only, I was trying to minimize changes to other files.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@blink1073 blink1073 merged commit da3c426 into mongodb-labs:master Aug 30, 2023
12 checks passed
@blink1073 blink1073 deleted the DRIVERS-2415-13 branch August 30, 2023 20:56
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.

2 participants