forked from louketo/louketo-proxy
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KEYCLOAK-9379] Health, metrics and profiling on separate port (#65)
* [KEYCLOAK-9379] Health, metrics and profiling on separate port Added option to serve health, metrics and profiling endpoints on separate port (with https or http) Added support for http scheme on health & metrics endpoint Added support for specific TLS config for health & metrics endpoint(including client cert for mutual TLS) Updated go-chi router dependency to actual repo (not link) Updated dependencies: replaced outdated repo location for go-chi/chi router Removed logging from admin handler Signed-off-by: Frederic BIDON frederic@oneconcern.com * Add basic tests for admin listener * Add listener admin HTTPS test * Add another Admin listener https test, fix copying of config during table tests Co-authored-by: Frederic BIDON <frederic@oneconcern.com>
- Loading branch information
Showing
11 changed files
with
473 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.