Re: ACL for group creation?

2019-08-22 Thread David Jacot
setup a ACL to authorize the application to > > only > > > > use the group you have defined. It would prevent the application from > > > > creating new groups. (READ Acl on Group resource with a specific > name). > > > > > > > > Best, > > > > David &g

Re: ACL for group creation?

2019-08-22 Thread Adam Bellemare
use the group you have defined. It would prevent the application from > > > creating new groups. (READ Acl on Group resource with a specific name). > > > > > > Best, > > > David > > > > > > On Mon, Aug 19, 2019 at 9:01 PM Adam Bellemare < > ad

Re: ACL for group creation?

2019-08-21 Thread Colin McCabe
cific name). > > > > Best, > > David > > > > On Mon, Aug 19, 2019 at 9:01 PM Adam Bellemare > > wrote: > > > > > Hi All > > > > > > I am looking through the Confluent docs and core Kafka docs and don't see > > > an ACL for group

Re: ACL for group creation?

2019-08-21 Thread Adam Bellemare
application from > creating new groups. (READ Acl on Group resource with a specific name). > > Best, > David > > On Mon, Aug 19, 2019 at 9:01 PM Adam Bellemare > wrote: > > > Hi All > > > > I am looking through the Confluent docs and core Kafka docs and d

Re: ACL for group creation?

2019-08-21 Thread David Jacot
> an ACL for group creation: > https://docs.confluent.io/current/kafka/authorization.html#acl-format > and > https://kafka.apache.org/documentation/#security_authz > > My scenario is simple: We use the consumer group as the means of > identifying a single application, including tool

ACL for group creation?

2019-08-19 Thread Adam Bellemare
Hi All I am looking through the Confluent docs and core Kafka docs and don't see an ACL for group creation: https://docs.confluent.io/current/kafka/authorization.html#acl-format and https://kafka.apache.org/documentation/#security_authz My scenario is simple: We use the consumer group