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

[GitHub] [ranger] viktorsomogyi opened a new pull request, #156: RANGER-3809: Dummy impl for RangerKafkaAuthorizer#authorizeByResourceType

viktorsomogyi opened a new pull request, #156:
URL: https://github.com/apache/ranger/pull/156

   Since the current implementation of the acls() call throws
   UnsupportedOperationException, it masks an authorization error if a
   Kafka client tries to call the InitProducerId API and doesn't have
   idempotent_write permission on the cluster nor it has a transactional.id
   configured.
   
   Until a proper implementation of the acls() method is done by RANGER-3809
   we override authorizeByResourceType to get an access denied on the
   client side instead of an exception.


-- 
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: dev-unsubscribe@ranger.apache.org

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


[GitHub] [ranger] viktorsomogyi closed pull request #156: RANGER-3809: Dummy impl for RangerKafkaAuthorizer#authorizeByResourceType

Posted by GitBox <gi...@apache.org>.
viktorsomogyi closed pull request #156: RANGER-3809: Dummy impl for RangerKafkaAuthorizer#authorizeByResourceType
URL: https://github.com/apache/ranger/pull/156


-- 
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: dev-unsubscribe@ranger.apache.org

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