orthanc-team/orthanc-auth-service

auth_service_orthanc docker service unexpectedly stopped

Closed this issue · 2 comments

Hello guys ,
I really need help here with this service of auth_orthanc can't be started even if the keycloak up, i got this Error
Screenshot from 2024-05-08 13-21-56

Screenshot from 2024-05-08 13-27-49

orthanc-auth-service:
image: orthancteam/orthanc-auth-service
# disable ports in prod or at least don't make this webservice public !
ports: ["8000:8000"]
restart: unless-stopped
environment:
SECRET_KEY: "my-secret-key"
ENABLE_KEYCLOAK: "true"
KEYCLOAK_URI: "http://localhost/keycloak/realms/orthanc/"
#PERMISSIONS_FILE_PATH: "path_to_the file"
PUBLIC_ORTHANC_ROOT: "http://localhost/orthanc/"
PUBLIC_LANDING_ROOT: "http://localhost/orthanc/ui/app/token-landing.html"
USERS: |
{
"share-user": "share-password",
"demo-script-user": "demo-script-password",
"orthanc-oe2-user": "orthanc-oe2-password"
}

If you expect someone to investigate, you should share your full setup so we can reproduce.

closing issue due to inactivity