aboutsummaryrefslogtreecommitdiff
path: root/https
Commit message (Collapse)AuthorAge
* better wordingdomgoer2020-07-14
| | | | Signed-off-by: domgoer <domdoumc@gmail.com>
* Adapt https/web-config.yml (#1734)Julien Pivotto2020-06-04
| | | | | | | | Currently web-config is not a valid yaml and is an incomplete reference. Keep the reference in README.md and create a minimalist web-config.yml that acts as an exemple. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Use our standard config doc format.Brian Brazil2020-05-30
| | | | Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
* https: Fix htpasswd commandJulien Pivotto2020-05-18
| | | | Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* tls: enable the selection of more TLS settings (#1695)Julien Pivotto2020-05-13
| | | | | | | tls: enable the selection of more TLS settings * Rename `tls_config` to `tls_server_config`. * Add new http server config with HTTP/2 enabled by default. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Add basic authentication (#1683)Julien Pivotto2020-05-01
| | | | | * Add basic authentication Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Add tls versionsJulien Pivotto2020-04-28
| | | | Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* TLS: only support TLS 1.2Julien Pivotto2020-04-28
| | | | | | TLS 1.0 and 1.1 are deprecated by major vendors (e.g. browsers). Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Make TLS config consistent with Prometheus (#1685)Julien Pivotto2020-04-25
| | | Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
* Expose the function to generate tls.ConfigGoutham Veeramachaneni2020-04-17
| | | | | | | | We're looking to reuse this in Cortex to client side encrypt our connections and not having this exposed is making us copy this entire function. Signed-off-by: Goutham Veeramachaneni <gouthamve@gmail.com>
* Fix typo in README.mdJ0WI2020-04-08
| | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* Enable golint (#1623)Ben Kochie2020-02-27
| | | | | | * Enable golint in golangci-lint tests. * Fix up minor linting issues. Signed-off-by: Ben Kochie <superq@gmail.com>
* Adding TLS to node exporter - cleaner version (#1277)ksherryBAE2019-11-16
Add support for https connections. Signed-off-by: ksherryBAE <kieran.sherry@baesystems.com> Signed-off-by: James Ritchie <james.g.ritchie@baesystems.com> Signed-off-by: Simon Pasquier <spasquie@redhat.com> Signed-off-by: Ben RIdley <benridley29@gmail.com>