Skip to content

Describe SASL option for KafkaSource #3583

@matzew

Description

@matzew

Describe the change you'd like to see

I do not see any SASL related documentation in the kafka source docs:
https://knative.dev/development/developer/eventing/sources/kafka-source/

However, the Source does support SASL in various ways, and it should be documented.

Some comments on the relevant bits are in here:
knative-extensions/eventing-kafka#237 (comment)

Ideally we have some doc that describe the following section, for SASL:

...
net:
  sasl:
   enable: true
   user:
      secretKeyRef:
        name: strimzi-sasl-secret
        key: user
    password:
      secretKeyRef:
        name: strimzi-sasl-secret
        key: password
    saslType:
      secretKeyRef:
        name: strimzi-sasl-secret
        key: saslType
...

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions