Description of the issue
The AccessTokenAuthorizer method tries to access the /api/v1/HealthCheck API endpoint which is not available to unauthorized users and fails.
In addition, the exception does not describe the error
Expected behavior
Use a public endpoint so authentication is not needed
At least report a clear error messages explaining an access to an endpoint has been refused.
Actual behavior
AccessTokenAuthorizer() failed with an exception (and no exception message)
Your environment
Linux Alm 9, Python 3.9