ehrbase / documentation

Apache License 2.0
3 stars 11 forks source link

Adds docs for Docker image creation/usage and ehrbase CI pipeline #12

Closed wlad closed 4 years ago

wlad commented 4 years ago

closes ehrbase/project_management/issues/366 closes ehrbase/documentation/issues/11

wlad commented 4 years ago

@axelsiebert There is a known issue (@jakesmolka ) with SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUERURI. When this env is set and also the ENV SECURITY_AUTHTYPE exists and has the value BASIC then EHRbase will crash at startup. Probably this will also happen when SECURITY_AUTHTYPE=NONE .

Because of this I will not set SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUERURI to the Dockerfile until the issue is fixed.

Also created a folow up ticket: https://github.com/ehrbase/ehrbase/issues/318