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

Add TLS support in web interface #13

Open
Dmitry-Eremeev opened this issue Dec 16, 2024 · 0 comments
Open

Add TLS support in web interface #13

Dmitry-Eremeev opened this issue Dec 16, 2024 · 0 comments

Comments

@Dmitry-Eremeev
Copy link

Dmitry-Eremeev commented Dec 16, 2024

It's nice to support TLS in web interface like official Prometheus exporters.

https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md#web-configuration

Dmitry-Eremeev added a commit to Dmitry-Eremeev/multipath-exporter that referenced this issue Dec 17, 2024
Introduced some TLS options in exporter web interface.
New command-line argument "--web.config.file" contains
some TLS config options.
The file format conforms:
https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md#web-configuration
For now the config option supports 'client_ca_file', 'cert_file' 'key_file', 'client_auth_type' in section 'tls_server_config'.

Also fixed the bug when log messages are not recorded in the same
exporter start.

newrushbolt#13
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

No branches or pull requests

1 participant