Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KEYCLOAK-9379] Health, metrics and profiling on separate port #32 #65

Merged
merged 4 commits into from
Mar 19, 2021

Conversation

p53
Copy link

@p53 p53 commented Mar 9, 2021

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 [email protected]

Title

Summary

Type

[] Bug fix
[] Feature request
[] Enhancement
[] Docs

Why?

Requirements

How to try it?

Documentation

Additional Information

Checklist:

  • My change requires a change to the documentation or CHANGELOG.
  • I have updated the documentation/CHANGELOG accordingly.

@p53 p53 added this to the 1.3.0 milestone Mar 9, 2021
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 [email protected]
@p53 p53 force-pushed the separate-monitoring branch from 479cc40 to c6dbad9 Compare March 10, 2021 22:28
@p53 p53 self-assigned this Mar 19, 2021
@p53 p53 merged commit 981de5b into gogatekeeper:master Mar 19, 2021
@p53 p53 linked an issue Mar 19, 2021 that may be closed by this pull request
@p53 p53 changed the title [KEYCLOAK-9379] Health, metrics and profiling on separate port [KEYCLOAK-9379] Health, metrics and profiling on separate port #32 Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[KEYCLOAK-9379] Health, metrics and profiling on separate port
2 participants