Uploaded image for project: 'AMQ Streams'
  1. AMQ Streams
  2. ENTMQST-6713

unknown properties(name, patternType) are defined in AclRuleClusterResource in the examples/console/resources/kafka/040-KafkaUser-console-kafka-user1.yaml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • 2.9.0.GA
    • None
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      • unknown properties(name, patternType) are defined in AclRuleClusterResource in the examples/console/resources/kafka/040-KafkaUser-console-kafka-user1.yaml
      • When to apply examples/console/resources/kafka/040-KafkaUser-console-kafka-user1.yaml on the OpenShfit environment, the following error occurs.
               message: 'Resource KafkaUser(my-project/console-kafka-user1) contains object
                at path spec.authorization.acls.resource with unknown properties: name, patternType'
              reason: UnknownFields
        
      • L16 and L17 should be removed in examples/console/resources/kafka/040-KafkaUser-console-kafka-user1.yaml
            1 ---
            2 apiVersion: kafka.strimzi.io/v1beta2
            3 kind: KafkaUser
            4 metadata:
            5   name: console-kafka-user1
            6   labels:
            7     strimzi.io/cluster: console-kafka
            8 spec:
            9   authentication:
           10     type: scram-sha-512
           11   authorization:
           12     type: simple
           13     acls:
           14       - resource:
           15           type: cluster
           16           name: ""
           17           patternType: literal
           18         operations:
           19           - Describe
           20           - DescribeConfigs
           21       - resource:
        

              medgar@redhat.com Michael Edgar
              rhn-support-tyamashi Tomonari Yamashita
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: