Skip to content

Commit 98de010

Browse files
committed
added audit trial / readme to standard RBAC
1 parent 87de990 commit 98de010

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

examples/rbac/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Best practice secure production setup

examples/rbac/confluent/kafka.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
- listener.name.internal.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
1111
- listener.name.external.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
1212
- listener.name.replication.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
13+
- authorizer.class.name=io.confluent.kafka.security.authorizer.ConfluentServerAuthorizer
14+
- confluent.authorizer.access.rule.providers=ZK_ACL,CONFLUENT
1315
log4j:
1416
- log4j.logger.io.confluent.security.auth.provider.ldap.LdapGroupManager=DEBUG
1517
tls:

0 commit comments

Comments
 (0)