-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feat/ssl andrzej #280
base: master
Are you sure you want to change the base?
Feat/ssl andrzej #280
Conversation
Refactor multiple connection setups into one
… with org.elasticsearch.spark.sql format.
This reverts commit 381f9af.
…user" when no auth is used
…user" when no auth is used
Feat/ssl setup
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
Please find the detailed integration test report here Please find the ci env pod logs here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor request on my end to add .lower() to the line 24 env variable check to account for case differences like we do on line 42.
@@ -22,25 +21,28 @@ | |||
DB_DATABASE = os.getenv("DB_DATABASE") or conf_data.get("db_database", "sheepdog") | |||
DB_USERNAME = os.getenv("DB_USERNAME") or conf_data.get("db_username", "peregrine") | |||
DB_PASSWORD = os.getenv("DB_PASSWORD") or conf_data.get("db_password", "unknown") | |||
ENV_DB_USE_SSL_BOOL = os.getenv("DB_USE_SSL", "false") in ('true', '1', 't') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add .lower() here, as well?
Link to JIRA ticket if there is one:
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes
Original PR:
#279