-
Hi team, this is my config apiVersion: kafka.strimzi.io/v1alpha1
kind: KafkaUser
metadata:
name: user01
namespace: kafka
labels:
strimzi.io/cluster: kafka-cluster
spec:
authentication:
type: scram-sha-512
authorization:
type: simple
acls:
- resource:
type: topic
name: "test_topic"
patternType: literal
operation: Read |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Oct 27, 2021
Replies: 1 comment 3 replies
-
That is exactly what your YAML does. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
l0ginp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is exactly what your YAML does.