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

Expose metrics using https #359

Open
milap-form3 opened this issue Oct 27, 2023 · 0 comments
Open

Expose metrics using https #359

milap-form3 opened this issue Oct 27, 2023 · 0 comments

Comments

@milap-form3
Copy link

Is your feature request related to a problem? Please describe.
The /metrics endpoint exposed is only serving via http which is not within compliance and we require the traffic to be encrypted using https.

Describe the solution you'd like
Be able to enable https from configuration. We could add configuration options like:

namespace "cluster_ingress_proxy" {
  listen {
    port = 4040
    protocol=https
    ssl-server-cert="/path/to/tls.crt"
    ssl-server-key="/path/to/tls.key"
  }
}

Describe alternatives you've considered
There is not much of a alternative unless we add something proxying the https connection

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant