File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -397,7 +397,8 @@ gitlab_postgresql_db_password: 'changeme'
397397Configure the monitoring whitelist for GitLab-Rails :
398398
399399` ` ` yaml
400- gitlab_rails_monitoring_whitelist: ["{{ gitlab_ip_range }}"]
400+ gitlab_rails_monitoring_whitelist:
401+ - "{{ gitlab_ip_range }}"
401402` ` `
402403
403404# ### Configure GitLab Registry
Original file line number Diff line number Diff line change @@ -95,8 +95,9 @@ gitlab_mattermost_only_context: "false"
9595
9696gitlab_feature_flags : []
9797
98- gitlab_rails_monitoring_whitelist : ["{{ gitlab_ip_range }}"]
99-
98+ # List of IP addresses or IP ranges that are allowed to access monitoring endpoints
99+ gitlab_rails_monitoring_whitelist :
100+ - " {{ gitlab_ip_range }}"
100101# Internal variable to determine whether the configuration object for Gitaly
101102# is already present in gitlab_additional_configurations
102103__gitaly_configuration_exists : false
You can’t perform that action at this time.
0 commit comments