kafkaUser #6921
Unanswered
sreejesh-radhakrishnan-db
asked this question in
Q&A
kafkaUser
#6921
Replies: 1 comment
-
You just add multiple rules to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if I want to give same user access to two topic do I just repeat the resource like this below?
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaUser
metadata:
name: test-user
labels:
strimzi.io/cluster: test-cluster
spec:
authentication:
type: tls-external
authorization:
type: simple
acls:
- resource:
type: topic
name: test1
patternType: literal
operation: All
host: ""
- resource:
type: topic
name: test2
patternType: literal
operation: All
host: ""
Beta Was this translation helpful? Give feedback.
All reactions