Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/remram44/kibana-auth-proxy
- Owner: remram44
- License: mit
- Created: 2022-06-29T22:59:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T21:16:12.000Z (about 2 years ago)
- Last Synced: 2024-12-07T02:45:08.534Z (about 1 month ago)
- Topics: authz, kibana, oidc
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()`.