Skip to content

Instantly share code, notes, and snippets.

@lbroudoux
Last active October 18, 2021 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbroudoux/7d652aa5cec5151ef4ceb013501e0367 to your computer and use it in GitHub Desktop.
Save lbroudoux/7d652aa5cec5151ef4ceb013501e0367 to your computer and use it in GitHub Desktop.
Strimzi user with scram-sha authentication #strimzi #openshift
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaUser
metadata:
name: scram-user
labels:
strimzi.io/cluster: scram-cluster
spec:
authentication:
type: scram-sha-512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment