Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3e6ef61e
Commit
3e6ef61e
authored
Jul 17, 2020
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace whitelist in high_availability/ dir
https://gitlab.com/groups/gitlab-org/-/epics/3478
parent
18bcb34c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/administration/high_availability/gitlab.md
doc/administration/high_availability/gitlab.md
+1
-1
doc/administration/high_availability/sidekiq.md
doc/administration/high_availability/sidekiq.md
+1
-1
No files found.
doc/administration/high_availability/gitlab.md
View file @
3e6ef61e
...
...
@@ -170,7 +170,7 @@ If you enable Monitoring, it must be enabled on **all** GitLab servers.
sidekiq
[
'listen_address'
]
=
"0.0.0.0"
puma
[
'listen'
]
=
'0.0.0.0'
# Add the monitoring node's IP address to the monitoring
whitelist and allow
it to
# Add the monitoring node's IP address to the monitoring
list that allows
it to
# scrape the NGINX metrics. Replace placeholder `monitoring.gitlab.example.com` with
# the address and/or subnets gathered from the monitoring node(s).
gitlab_rails
[
'monitoring_whitelist'
]
=
[
'monitoring.gitlab.example.com'
,
'127.0.0.0/8'
]
...
...
doc/administration/high_availability/sidekiq.md
View file @
3e6ef61e
...
...
@@ -66,7 +66,7 @@ you want using steps 1 and 2 from the GitLab downloads page.
gitlab_rails
[
'auto_migrate'
]
=
false
```
Remember to add the Sidekiq nodes to
the PostgreSQL whitelist
:
Remember to add the Sidekiq nodes to
PostgreSQL's trusted addresses
:
```
ruby
postgresql
[
'trust_auth_cidr_addresses'
]
=
%w(127.0.0.1/32 10.10.1.30/32 10.10.1.31/32 10.10.1.32/32 10.10.1.33/32 10.10.1.38/32)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment