Issue92

Title HTTP Auth turns on in spite of AuthenticationEnabled when started with --trace
Priority feature Status resolved
Superseder Nosy List admin
Assigned To
Keywords Orthanc Core

Created on 2018-05-31.12:22:31 by admin, last changed by admin.

Messages
msg418 (view) Author: admin Date: 2018-05-31.12:22:31
[BitBucket date: 2018-05-31.10:22:31]

When orthanc is started with --trace option, no matter if AuthenticationEnabled was set to true or false in the config file, you will observe auth to be enabled

If started with --verbose it respects the AuthenticationEnabled flag
msg419 (view) Author: admin Date: 2018-05-31.13:31:54
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2018-05-31.11:31:54]

I cannot reproduce this issue. It is most probably due to the cache of your Web browser. Please give a try by starting Orthanc in "--trace" mode, closing your browser, then opening Orthanc Explorer again.
msg420 (view) Author: admin Date: 2018-05-31.22:40:31
[BitBucket user: Marek Kwasecki]
[BitBucket date: 2018-05-31.20:40:31]

It so happened that I've messed up with docker run params and there was the mistake not with Orthanc. By adding additional params to docker run invocation I have overwritten CMD params from Dockerfile. That caused Orthanc binary to be ran without the config (but with --trace)
Further testing with the not-in-docker-image Orthanc proved me wrong.
I'm sorry for taking your time. I was too hasty.
msg421 (view) Author: admin Date: 2018-05-31.23:35:56
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2018-05-31.21:35:56]

Fine, closing the issue thus.
History
Date User Action Args
2026-07-29 15:51:22admincreate