In AMQ Stream user operator, there is an error with unknown properties: name, patternType
Issue
After applying the KafkaUser resources [1], there is a status messages [2].
This user can connect to the Kafka cluster and the authentication and authorization work as expected, we just not sure what this status message mean and would like to get rid of it if possible.
[1]
KakfaUser resource:
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaUser
spec:
authentication:
type: scram-sha-512
authorization:
acls:
- operation: All
resource:
name: '*'
patternType: literal
type: topic
- operation: All
resource:
name: '*'
patternType: literal
type: cluster
- operation: All
resource:
name: '*'
patternType: literal
type: group
type: simple
[2]
Status Error message:
- message: >-
Contains object at path spec.authorization.acls.resource with unknown
properties: name, patternType
reason: UnknownFields
Environment
Red Hat AMQ Streams
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.