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

[FHIR] Support configDropins #35

Open
lmsurpre opened this issue Sep 22, 2021 · 0 comments
Open

[FHIR] Support configDropins #35

lmsurpre opened this issue Sep 22, 2021 · 0 comments

Comments

@lmsurpre
Copy link
Collaborator

Liberty supports configuring the server through configDropins. The IBM FHIR Server ships with some sample configDropins for common configuration tweaks to the server.

For example

  • datasource definitions for db2, postgresql, and derby.
  • connection pool info
  • authorization tweaks (e.g. JWT validation)

In our current helm chart, we expose the datasource definitions via a helm value that points to a named template and we let the user override this template.

What would be nice is to have a way for users to pass other configDropins to the helm chart to configure their server.
Maybe a single extra value like configOverrides that takes a named template and will be placed in the configDropins/overrides dir alongside the datasource one?

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