inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

Implement proxy authentication for the configuration server

Open mariusoe opened this issue 5 years ago • 3 comments

For easier usage of the configuration server's web-UI, the configuration server should be able to support a proxy authentication.

If the config server is used behind a reverse proxy, which is able to authenticate the current user, it should be possible to pass this information to the configuration server. The config server should be able to login a user which is specified in a specific header field, set by the reverse proxy.

This function should be similar to the "Auth Proxy" function of Grafana. See: https://grafana.com/docs/grafana/latest/auth/auth-proxy/

mariusoe avatar Mar 09 '20 08:03 mariusoe