You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/26 04:14:18 UTC

[GitHub] [pulsar] michaeljmarshall opened a new pull request, #16224: [fix][broker] Improve error msg when client is unauthorized

michaeljmarshall opened a new pull request, #16224:
URL: https://github.com/apache/pulsar/pull/16224

   ### Motivation
   
   When a client attempts to perform certain actions using the pulsar protocol but is unauthorized, it gets an error that references the proxy, even when the proxy is not in use. This PR improves the clarity of the error message returned to the client.
   
   ### Modifications
   
   * Remove `Proxy ` from error messages that are due to insufficient permissions and not due to Proxy misconfiguration.
   
   ### Verifying this change
   
   This is a trivial change.
   
   ### Does this pull request potentially affect one of the following parts:
   
   This is not a breaking change in any way other than changing the message returned to the client.
   
   ### Documentation
   
   - [x] `doc-not-needed` 


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] michaeljmarshall merged pull request #16224: [fix][broker] Improve error msg when client is unauthorized

Posted by GitBox <gi...@apache.org>.
michaeljmarshall merged PR #16224:
URL: https://github.com/apache/pulsar/pull/16224


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org