Last active
October 18, 2021 08:21
-
-
Save lbroudoux/f8aa58b73b57799438e1ac41ff0a1871 to your computer and use it in GitHub Desktop.
Strimzi user with mtls authentication #strimzi #openshift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: kafka.strimzi.io/v1beta2 | |
kind: KafkaUser | |
metadata: | |
name: mtls-user | |
labels: | |
strimzi.io/cluster: mtls-cluster | |
spec: | |
authentication: | |
type: tls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment