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
98ec91d4
Commit
98ec91d4
authored
Mar 13, 2020
by
rpereira2
Committed by
Ryan Cobb
Mar 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update whitelist docs now that ports are supported
parent
304afee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
doc/security/webhooks.md
doc/security/webhooks.md
+9
-1
No files found.
doc/security/webhooks.md
View file @
98ec91d4
...
@@ -71,16 +71,24 @@ use IDNA encoding.
...
@@ -71,16 +71,24 @@ use IDNA encoding.
The whitelist can hold a maximum of 1000 entries. Each entry can be a maximum of
The whitelist can hold a maximum of 1000 entries. Each entry can be a maximum of
255 characters.
255 characters.
You can whitelist a particular port by specifying it in the whitelist entry.
For example
`127.0.0.1:8080`
will only allow connections to port 8080 on
`127.0.0.1`
.
If no port is mentioned, all ports on that IP/domain are whitelisted. An IP range
will whitelist all ports on all IPs in that range.
Example:
Example:
```
text
```
text
example.com;gitlab.example.com
example.com;gitlab.example.com
127.0.0.1,1:0:0:0:0:0:0:1
127.0.0.1,1:0:0:0:0:0:0:1
127.0.0.0/8 1:0:0:0:0:0:0:0/124
127.0.0.0/8 1:0:0:0:0:0:0:0/124
[1:0:0:0:0:0:0:1]:8080
127.0.0.1:8080
example.com:8080
```
```
NOTE:
**Note:**
NOTE:
**Note:**
Wildcards (
`*.example.com`
) a
nd ports (
`127.0.0.1:3000`
) a
re not currently supported.
Wildcards (
`*.example.com`
) are not currently supported.
<!-- ## Troubleshooting
<!-- ## Troubleshooting
...
...
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