Giter Club home page Giter Club logo

elastauth's Introduction

elastauth

Docker Repository on Quay CI Maintainability Go Reference

Designed to work as a forwardAuth proxy for Traefik (possibly others, like nginx, but not tested) in order to use LDAP/Active Directory for user access in Elasticsearch without paid subscription.

  1. Request goes to Traefik

  2. Traefik proxies it to Authelia in order to verify user

  3. If it receives 200 forwards headers from Authelia to second auth -> kibana-auth-proxy

  4. kibana-proxy-auth:

    • generates random password for local Kibana user (has nothing to do with LDAP password)

    • uses information from Authelia headers to create/update local user in Kibana + AD group/kibana roles mappings from config file

    • generates and passes back to Traefik header:

      Authorization: Basic XXXYYYZZZZ
      
  5. Traefik passes user to Kibana with Authorization header which has password already set by kibana-proxy-pass and logs him/her in :)

  6. Passwords are meant to have short time span of life and are regenerated transparently for user while using Kibana

Headers used by Authelia and kibana-auth-proxy:

remote-email
remote-groups
remote-name
remote-user

architecture

elastauth's People

Contributors

dependabot[bot] avatar matthewjohn avatar wasilak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

matthewjohn

elastauth's Issues

Provide a working end2end configuration

Hi,

I've been looking at this for a few hours and find the idea very interesting but I'm unable to figure out how to get and end2end flow working (at least with my use-case which is based on nginx).

Would you mind sharing your configuration, event traefik based, to ease re-use ?

Thank you :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.