You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you change the line
Mechanism string yaml:"mechanism" default:"plain"
to
Mechanism string yaml:"mechanism" default:"sha256"
authorization with the sha256 mechanism is successful
The text was updated successfully, but these errors were encountered:
racgase-dev
changed the title
The mechanism does not work when using kafka
The mechanism authorization does not work when using kafka
Sep 9, 2024
https://github.com/resmoio/kubernetes-event-exporter/blob/907ce911f7ea8b347aa1a469aaac9c5b56e78dec/pkg/sinks/kafka.go#L39C47-L39C52
when choosing any authorization mechanism
the default mechanism plain is always used
if you change the line
Mechanism string
yaml:"mechanism" default:"plain"
to
Mechanism string
yaml:"mechanism" default:"sha256"
authorization with the sha256 mechanism is successful
The text was updated successfully, but these errors were encountered: