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

Setting .env values for the authentication module #834

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<authentication.version>1.0.0</authentication.version>
<openmrs.version>2.6.7</openmrs.version>
<initializer.version>2.7.0</initializer.version>
<webservices.rest.version>2.44.0</webservices.rest.version>
<webservices.rest.version>2.45.0-SNAPSHOT</webservices.rest.version>
<addresshierarchy.version>2.17.0</addresshierarchy.version>
<idgen.version>4.10.0</idgen.version>
<legacyui.version>1.16.0</legacyui.version>
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ services:
OMRS_CONFIG_CONNECTION_DATABASE: openmrs
OMRS_CONFIG_CONNECTION_USERNAME: ${OPENMRS_DB_USER:-openmrs}
OMRS_CONFIG_CONNECTION_PASSWORD: ${OPENMRS_DB_PASSWORD:-openmrs}
OMRS_EXTRA_AUTHENTICATION_SUPPORT_FORCED_PASSWORD_CHANGE: "true"
OMRS_EXTRA_AUTHENTICATION_PASSWORD_CHANGE_URL: /openmrs/spa/change-password
OMRS_EXTRA_AUTHENTICATION_PASSWORD_WHITELIST: "*.js,*.css,*.woff,*.woff2,*.json,/openmrs/ws/rest/v1/session,/openmrs/ws/rest/v1/password"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/openmrs"]
timeout: 5s
Expand Down
Loading