michaeljmarshall commented on issue #19771: URL: https://github.com/apache/pulsar/issues/19771#issuecomment-1485791233
After additional checks, looks like this call consistently fails when no authentication is provided: ``` $ curl -k https://kubernetes.default.svc/.well-known/openid-configuration { "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "forbidden: User \"system:anonymous\" cannot get path \"/.well-known/openid-configuration\"", "reason": "Forbidden", "details": {}, "code": 403 } ``` (The -k is simply used for convenience.) -- 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]
