-
Notifications
You must be signed in to change notification settings - Fork 132
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
WebConfigFile #489
Comments
Meanwhile I managed to start promxy with TLS, but it was not easy. If I use the sample file from prometheus:
I'm getting this error:
However, if I only have this in web.config.yaml:
promxy starts with these flags:
I don't know, if this is ok or not, but this worked for me. |
This seems like what it is currently wired up to do (https://github.com/jacksontj/promxy/blob/master/pkg/server/api.go#L84) specifically that TLSStruct section; since this doesn't match the upstream config format we should either wrap (so it does) or change the option name (to be less confusing). |
Hello, have you resolved this issue? |
Hi,
I've seen a (experimental) WebConfigFile flag in the main.go. Please be so kind and provice some example, how is it possible to configure TLS (and/or auth). (main goal is to enable TLS on promxy 'frontend').
Thanks,
The text was updated successfully, but these errors were encountered: