From c1b043bdb764c39c9d1af4b141b65185b71efae6 Mon Sep 17 00:00:00 2001 From: Pawel Chojnacki Date: Mon, 3 Jul 2017 22:41:33 +0200 Subject: Bring back healthcheck token access to monitoring resources, but mark this as deprecated --- config/gitlab.yml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/gitlab.yml.example') 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 -- cgit v1.2.3