Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheBlumbergX committed Sep 23, 2021
1 parent f5d0dcf commit 2466bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/userprovided-tls_mtls_kafka-acls/README.md
Expand Up @@ -226,7 +226,7 @@ Create ACLs:
--command-config /opt/confluentinc/kafka.properties \
--add \
--allow-principal "User:sr" \
--operation Read --operation Write --operation Create \
--operation Read --operation Write --operation Create --operation DescribeConfigs --operation Describe \
--topic _schemas_schemaregistry_confluent
### The Schema Registry consumer group is: id_<sr-cluster-name>_<namespace>
Expand Down Expand Up @@ -496,4 +496,4 @@ You might see messages that indicate authorization failures:

```
[INFO] 2021-07-27 21:41:33,793 [data-plane-kafka-request-handler-7] kafka.authorizer.logger logAuditMessage - Principal = User:sr is Denied Operation = Describe from host = 10.124.4.50 on resource = Topic:LITERAL:_confluent-license
```
```

0 comments on commit 2466bee

Please sign in to comment.