Secure kibana dashboards using keycloak
How it works
The mode of operation is summed up in 3 simple steps:
- External traffic is directed to the keycloak proxy. The proxy decides based on it configuration if the destination needs authentication.
- The keycloak Proxy work together with Keycloak and redirects the user to the authentication server so the user can login.
- After a successful login the proxy forwards the user to kibana instance.
For more details check out this blog: https://aboullaite.me/secure-kibana-keycloak/