-
Notifications
You must be signed in to change notification settings - Fork 746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kafka/SASL missing documentation and uses confusing verbiage #1217
Comments
Forgive my poor Kafka knowledge, is password only config allowed? @joshuajorel @cbuckley01 |
Right, that way be true, sorry, I might have been a bit confused by the error message |
@whynowy I'm not aware that you should be able to configure password only since the user value is usually used for ACL. I think he's referring to if you can reference the same field for the secret to contain the username and password. Should this be the implementation? @cbuckley01 User and Password values should be in two separate fields in the Secret object. |
Right, I have re-titled this issue with the root issue. I will hopefully get you guys a PR today making things a bit more clear/consistent with TLS wording and add an examples to help clarify this for future users. |
… for Kafka/SASL argoproj#1217 Signed-off-by: Christopher Buckley <cbuckley@propointglobal.com>
… for Kafka/SASL argoproj#1217 Signed-off-by: Christopher Buckley <cbuckley@propointglobal.com>
* Fix: Clean up descriptions, add example and rename configration names for Kafka/SASL #1217 Signed-off-by: Christopher Buckley <cbuckley@propointglobal.com>
* Fix: Clean up descriptions, add example and rename configration names for Kafka/SASL argoproj#1217 Signed-off-by: Christopher Buckley <cbuckley@propointglobal.com>
Config validation for Kafka/SAML is broken, when configuring just a password the contoller throws the following error:
{"level":"error","ts":1621011775.476398,"logger":"argo-events.eventsource-controller","caller":"eventsource/controller.go:81","msg":"validation error","namespace":"argo-events","eventSource":"kafka","error":"invalid sasl config, please configure either User, and/or Password"
This config works:
This will not:
The text was updated successfully, but these errors were encountered: