diff options
author | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-07-03 22:41:33 +0200 |
---|---|---|
committer | Pawel Chojnacki <pawel@chojnacki.ws> | 2017-07-05 00:46:11 +0200 |
commit | c1b043bdb764c39c9d1af4b141b65185b71efae6 (patch) | |
tree | 323b706e07beb8306a6e25d0034338f9c3a3d57b /config | |
parent | 18521584bd6cfc8de9511722696e87aef59795c5 (diff) | |
download | gitlab-ce-c1b043bdb764c39c9d1af4b141b65185b71efae6.tar.gz |
Bring back healthcheck token access to monitoring resources, but mark this as deprecated
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 3 |
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 |