-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Kafka topic not readable caused issues for login
Description
A customer had kafka set up to listen to webhooks. They had it misconfigured and FusionAuth couldn't write to the kafka topic.
FusionAuth failed with a 502 error.
Affects versions
Saw it on 1.47.1.
Steps to reproduce
From a customer report.
- Set up a kafka topic as a webhook receiver, but configure permissions so that FusionAuth can not write to that topic.
- Go to the 'send test message' screen in FusionAuth.
- Remove the 'request.timeout.ms' field from the producer configuration (this was an accident)
- inspect the 'send the test event' button and save the request as curl
- send the curl request via postman
That caused the issue. (I'm not sure that steps 4 and 5 are required but listing for completeness.)
Expected behavior
Failures of Kakfa topics should not affect the ability of users to log in.
Related
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Additional context
Internal: