Skip to content

Kafka topic not readable caused issues for login #2476

@mooreds

Description

@mooreds

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.

  1. Set up a kafka topic as a webhook receiver, but configure permissions so that FusionAuth can not write to that topic.
  2. Go to the 'send test message' screen in FusionAuth.
  3. Remove the 'request.timeout.ms' field from the producer configuration (this was an accident)
  4. inspect the 'send the test event' button and save the request as curl
  5. 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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions