falcosecurity/falcosidekick

Add the option to deploy TLS or mTLS server instead of the HTTP Server

Closed this issue · 2 comments

Motivation

Currently only HTTP server can be deployed. It would be more secure if we could deploy TLS or mutualTLS server if wanted.

Feature

An option in the config to enable TLS and mTLS and ability to set the path for necessary cert files.

Alternatives

Additional context

Issif commented

I agree, but a lot relies on Falco. I would like an auth mechanism too, to avoid the injection of fake events. I'll take a look at your PR.

Thank you! Related issue on Falco's side: falcosecurity/falco#2632