From c04284ff90435dfe99219a4c3810b7a759173d52 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 4 Jan 2021 01:11:02 +0100 Subject: [PATCH 1/2] Add https and authentication to the navbar Signed-off-by: Julien Pivotto --- docs/configuration/https.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configuration/https.md b/docs/configuration/https.md index 157df84d83..9df1fe4c9f 100644 --- a/docs/configuration/https.md +++ b/docs/configuration/https.md @@ -1,3 +1,8 @@ +--- +title: HTTPS and authentication +sort_rank: 7 +--- + # HTTPS and authentication Prometheus supports basic authentication and TLS. From 438ab463ad7a4f8be398bad9d882e7b53d3425ac Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 4 Jan 2021 01:12:21 +0100 Subject: [PATCH 2/2] Fix link in documentation Signed-off-by: Julien Pivotto --- docs/configuration/https.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration/https.md b/docs/configuration/https.md index 9df1fe4c9f..bc95e9be20 100644 --- a/docs/configuration/https.md +++ b/docs/configuration/https.md @@ -32,7 +32,8 @@ tls_server_config: key_file: # Server policy for client authentication. Maps to ClientAuth Policies. - # For more detail on clientAuth options: [ClientAuthType](https://golang.org/pkg/crypto/tls/#ClientAuthType) + # For more detail on clientAuth options: + # https://golang.org/pkg/crypto/tls/#ClientAuthType [ client_auth_type: | default = "NoClientCert" ] # CA certificate for client certificate authentication to the server.