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
f0f285ef
Commit
f0f285ef
authored
Jul 25, 2018
by
Tiago Botelho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds rack attack disabled by default notice to documentation
parent
40631412
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/security/rack_attack.md
doc/security/rack_attack.md
+4
-0
No files found.
doc/security/rack_attack.md
View file @
f0f285ef
...
@@ -9,6 +9,10 @@ In case you find throttling is not enough to protect you against abusive clients
...
@@ -9,6 +9,10 @@ In case you find throttling is not enough to protect you against abusive clients
Rack Attack offers IP whitelisting, blacklisting, Fail2ban style filtering and
Rack Attack offers IP whitelisting, blacklisting, Fail2ban style filtering and
tracking.
tracking.
**Note:**
Starting with 11.2, Rack Attack is disabled by default. To continue
using this feature, please enable it in your
`gitlab.rb`
by setting
`gitlab_rails['rack_attack_git_basic_auth'] = true`
.
By default, user sign-in, user sign-up (if enabled), and user password reset is
By default, user sign-in, user sign-up (if enabled), and user password reset is
limited to 6 requests per minute. After trying for 6 times, the client will
limited to 6 requests per minute. After trying for 6 times, the client will
have to wait for the next minute to be able to try again.
have to wait for the next minute to be able to try again.
...
...
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