Skip to content
Discussion options

You must be logged in to vote

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: "
"

  - resource:
      type: group
      name: "*"
      patternType: literal
    operations:
      - Read
      - Write
      - Create
      - Delete
      - Alter
      - Describe
      - ClusterAc…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by arezvani
Comment options

You must be logged in to vote
1 reply
@scholzj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants