falcosecurity / falcosidekick-ui

A simple WebUI with latest events from Falco
Apache License 2.0
110 stars 16 forks source link

Add sign-in with GitHub #102

Closed 123MwanjeMike closed 1 year ago

123MwanjeMike commented 1 year ago

Motivation

We have many users in a GitHub organisation who need to access Falco. Even though it's still possible to do so through username and password. It'd be easier for users to simply log in with their GitHub accounts instead and that way we don't have to make them remember passwords. **Feature**

Alternatives

Additional context

Issif commented 1 year ago

The next version of falcosidekick-ui will allow to disable the basic auth. I'm not ready to add more complex authentication mechanisms for now, my idea since the beginning was to let the users set up something more robust, a real ingress proxy (nginx-ingress, traefik, ...)

123MwanjeMike commented 1 year ago

Thanks @Issif That makes sense