apiVersion: kafka.strimzi.io/v1alpha1 kind: KafkaUser metadata: name: my-user labels: strimzi.io/cluster: kafka-cluster spec: authentication: type: tls # TLS Authentication authorization: type: simple # Simple ACL Authorization acls: - resource: type: topic name: test patternType: literal operation: All - resource: type: topic name: test-two patternType: literal operation: All