Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remram44/kibana-auth-proxy

Proxy to authenticate to Kibana using OIDC
https://github.com/remram44/kibana-auth-proxy

authz kibana oidc

Last synced: about 1 month ago
JSON representation

Proxy to authenticate to Kibana using OIDC

Awesome Lists containing this project

README

        

# What is this?

This is an HTTP proxy that sits in front of Kibana and logs users in. The users themselves are authenticated via OpenID Connect (OIDC).

A regexp is currently used to map the user's OIDC identity (`sub` field) to a Kibana username, and HMAC is used to derive a password. However it is easy to use a different method if needed (e.g. database) by replacing `getCredentialsForUser()`.