Skip to content

Commit

Permalink
added audit trial / readme to standard RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
sionsmith committed Nov 8, 2021
1 parent 87de990 commit 98de010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/rbac/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Best practice secure production setup
2 changes: 2 additions & 0 deletions examples/rbac/confluent/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
- listener.name.internal.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
- listener.name.external.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
- listener.name.replication.plain.sasl.server.callback.handler.class=io.confluent.security.auth.provider.ldap.LdapAuthenticateCallbackHandler
- authorizer.class.name=io.confluent.kafka.security.authorizer.ConfluentServerAuthorizer
- confluent.authorizer.access.rule.providers=ZK_ACL,CONFLUENT
log4j:
- log4j.logger.io.confluent.security.auth.provider.ldap.LdapGroupManager=DEBUG
tls:
Expand Down

0 comments on commit 98de010

Please sign in to comment.