The document for healthcheck suggests the use of a registered user for healthcheck purpose, as illustrated here.
However, when using advanced authorization plugin, I had to set AuthenticationEnabled to false.
If I specify a registered user anyway in orthanc config, that user cannot be authorized:
orthanc-backend | I0129 03:59:04.238401 HTTP-26 PluginsManager.cpp:162] (plugins) Testing whether user has the required permissions ‘all’ based on the HTTP header ‘Authorization’ required to match ‘^/changes$’ → not granted
What is the recommendation for doing health check with advanced authorization plugin?