Create user with access to all topic and can produce and consume but can not create new user with acl #8127
-
Hi,
but when I list my topics, the result will be empty. What should I do? Please help me |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You should probably start a full custom resource for a start to make it more clear what you tried. |
Beta Was this translation helpful? Give feedback.
-
Hi I am also seeing same issue- I have upgraded from 0.28 to 0,32. and I am creating a new user -with below manifest apiVersion: kafka.strimzi.io/v1beta2
|
Beta Was this translation helpful? Give feedback.
-
I am really confused, with above manifest I am getting issue. the user is shown as READY status , but still not able to connect to topic. Hence I shared the manifest. Some how its marked as answer. not sure how.. @scholzj please can you check manifest and confirm if look good? |
Beta Was this translation helpful? Give feedback.
Hi I am also seeing same issue- I have upgraded from 0.28 to 0,32. and I am creating a new user -with below manifest
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaUser
metadata:
name: 907100
labels:
strimzi.io/cluster: test
spec:
authentication:
type: tls-external
authorization:
type: simple
acls:
- resource:
type: topic
name: ""
patternType: literal
operations:
- Read
- Write
- Create
- Delete
- Alter
- Describe
- ClusterAction
- AlterConfigs
- DescribeConfigs
- IdempotentWrite
- All
host: ""