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

reconcile db.enabledTls and db.sslConnection #76

Open
lmsurpre opened this issue Feb 17, 2022 · 0 comments
Open

reconcile db.enabledTls and db.sslConnection #76

lmsurpre opened this issue Feb 17, 2022 · 0 comments

Comments

@lmsurpre
Copy link
Collaborator

It looks like db.enabledTls is used in the postgresql datasource, whereas db.sslConnection is used in the db2 one.

Specifically, for db2, its used to populate the FHIR_DB_SSL environment variable
https://github.com/Alvearie/alvearie-helm/blob/main/charts/ibm-fhir-server/templates/deployment.yaml#L228-L229

and then that gets used in a few different db2 datasource elements at https://github.com/Alvearie/alvearie-helm/blob/main/charts/ibm-fhir-server/templates/_datasourcesXml.tpl

somewhat related to #75

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