falcosecurity/falcosidekick

Username configuration isn't picked up for Mattermost-Provider

Closed this issue · 1 comments

Describe the bug

Configuring the mattermost username doesn't change the values in the alert. Falcosidekick will instead always use "Falcosidekick" as username as it is hardcoded in line:

Username: "Falcosidekick",

How to reproduce it

Start Falcosidekick and configure the Mattermost username, e.g. using the env MATTERMOST_USERNAME

Expected behaviour

The notification uses the correct username and only defaults to "Falcosidekick" when no value is given.

Environment

  • Falco version:
    Falco: 0.36.2 and Falcosidekick 2.28.0
Issif commented

The PR #731 will fix that. Thanks for your report.