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/09/01 05:20:25 UTC

[GitHub] [pulsar] michaeljmarshall commented on issue #16768: can not revoke permission after update topic partition

michaeljmarshall commented on issue #16768:
URL: https://github.com/apache/pulsar/issues/16768#issuecomment-1233754417

   > 6 pulsar-admin topics revoke-permission --role xxx persistent://test/test/test, would throw exception:
   >   "Failed to perform http delete request: javax.ws.rs.ClientErrorException: HTTP 412 Permissions are not set at the topic level"
   > 
   > 7 revoke permission failed and still can produce msg to topic "persistent://test/test/test"
   
   In the event that revoking this permission is really important, I think the current workaround would be to grant permission on the "new" partitions, and then revoke permission for the partitioned topic itself.


-- 
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