hadican commented on issue #403:
URL: 
https://github.com/apache/pulsar-helm-chart/issues/403#issuecomment-1870170518

   I'm getting this too. I think something changed at 3.x
   
   When you enable auth, `status.html` expects JWT token too. IMHO, health 
check files should be skipped.
   
   For example, this returns "OK"
   ```
   export PROXY_ADMIN_TOKEN="something"
   curl -H "Authorization: Bearer ${PROXY_ADMIN_TOKEN}" 
"http://pod_ip:8080/status.html
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to