-
Notifications
You must be signed in to change notification settings - Fork 83
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
Allow passing of TLS certificates inline #158
Allow passing of TLS certificates inline #158
Conversation
33077e9
to
9864078
Compare
cc @SuperQ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update /docs/web-configuration.md
Signed-off-by: fayzal-g <fayzal.ghantiwala@grafana.com>
Signed-off-by: fayzal-g <fayzal.ghantiwala@grafana.com>
Signed-off-by: fayzal-g <fayzal.ghantiwala@grafana.com>
Signed-off-by: fayzal-g <fayzal.ghantiwala@grafana.com>
47a4047
to
448bd14
Compare
Signed-off-by: fayzal-g <fayzal.ghantiwala@grafana.com>
Thanks. Now updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@SuperQ @roidelapluie Would it be possible to get this merged? |
@roidelapluie Sorry for the double ping, but would love to use this upstream. Any chance you could take a look? |
Thanks! |
Was suggested in #157
This PR allows the
TLSCert
,TLSKey
andClientCAs
to be passed inline as a string as part of theTLSConfig
. The contents of these is expected to be exactly the same as a file, a PEM-encoded sequence of bytes.