firstlookmedia / flock-server

🦉 Flock is a privacy-preserving fleet management system powered by osquery and the Elastic Stack
GNU General Public License v3.0
19 stars 1 forks source link

Add user authentication to Kibana #9

Closed micahflee closed 5 years ago

micahflee commented 5 years ago

See: https://www.elastic.co/guide/en/kibana/current/using-kibana-with-security.html

micahflee commented 5 years ago

Actually, I think configuring elasticsearch/kibana should be outside the scope of Flock. There are many resources on configuring kibana authentication that people can follow.

Some solutions, like Amazon's managed elasticsearch, supports authentication using Amazon Cognito, which would be entirely different than whatever we build here.