kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Producer & Consumer Acls not working with string value

Davinder2609 opened this issue · comments

Describe the bug
using julie for providing read/write access to user like-
producers:
- principal: "User:kafka-client"

Its was successfull like
'GROUP', 'dv1.aws-.**.selfservice', '*', 'READ', 'User:kafka-client', 'LITERAL'
but not able to see in confluent cloud.

Kafka Topology updated-
dv2.aws-use1.invisalign-selfservice.sys.test.v1
'TOPIC', 'dv2.aws-use1.invisalign-selfservice.sys.test.v1', '', 'DESCRIBE', 'User:kafka-client', 'LITERAL'
'TOPIC', 'dv2.aws-use1.invisalign-selfservice.sys.test.v1', '
', 'WRITE', 'User:kafka-client', 'LITERAL'
'TOPIC', 'dv2.aws-use1.invisalign-selfservice.sys.test.v1', '*', 'READ', 'User:kafka-client', 'LITERAL'
But Acls not provided-