Topic and user Access using TOPIC and USER operator #5005
Unanswered
kmandal-volvo
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Sorry, I'm not sure I follow the question. The ACLs are part of the KafkaUser resource - so all rights for user |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have
Topic A
andUser B
configured to accessTopic A
, define ACL for necessary operation. This is deployed once the application user. I haveTopic C
andUser D
configured to accessTopic C
, ACL define for necessary operation. This is deployed for another application user. This is working fine but my requirement is the first applicationUser B
once to provide access toTopic A
to the user of another applicationUser D
. While configure getting workingKafkauser/D
is part of a different application.First application Deployment for user done this way.
Second application Deployment for user done this way.
Beta Was this translation helpful? Give feedback.
All reactions