Closed wlad closed 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
closes ehrbase/project_management/issues/366 closes ehrbase/documentation/issues/11