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

Fix issue with secret being not populated for default EnvironmentProp… #2393

Open
wants to merge 1 commit into
base: panama-sdkv2-gdcv2
Choose a base branch
from

Conversation

ejeffrli
Copy link
Contributor

@ejeffrli ejeffrli commented Nov 14, 2024

…erties behavior

Issue #, if available:
Previously, authenticationConfigurationToMap would correctly populate secret_name. However, the output gets passed to connectionPropertiesToEnvironment(...) which returned an empty hashmap. This empty hashmap would mean secret_name did not exist in config map.

Description of changes:
connectionPropertiesToEnvironment default behavior is now to keep all glue ConnectionProperties + authentication configuration fields in environment unless connectionPropertiesToEnvironment is overriden (It is commonly overriden by jdbc connectors and bigquery for example).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@macohen macohen self-requested a review November 15, 2024 03:52
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.

3 participants