Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-07-03 23:41:33 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-07-05 01:46:11 +0300
commitc1b043bdb764c39c9d1af4b141b65185b71efae6 (patch)
tree323b706e07beb8306a6e25d0034338f9c3a3d57b /config/gitlab.yml.example
parent18521584bd6cfc8de9511722696e87aef59795c5 (diff)
Bring back healthcheck token access to monitoring resources, but mark this as deprecated
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index a49929a05b2..c31b7e12fdc 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -552,7 +552,8 @@ production: &base
# Built in monitoring settings
monitoring:
# IP whitelist to access monitoring endpoints
- access_whitelist: 127.0.0.0/8
+ ip_whitelist:
+ - 127.0.0.0/8
#
# 5. Extra customization