Commit 46f76747 authored by Evan Read's avatar Evan Read

Edit limit text

parent fb276565
...@@ -77,11 +77,12 @@ authentication requests were received in a 3-minute period from a single IP addr ...@@ -77,11 +77,12 @@ authentication requests were received in a 3-minute period from a single IP addr
This applies only to Git requests and container registry (`/jwt/auth`) requests This applies only to Git requests and container registry (`/jwt/auth`) requests
(combined). (combined).
This limit is reset by requests that authenticate successfully. For example, 29 This limit:
failed authentication requests followed by 1 successful request, followed by 29
more failed authentication requests would not trigger a ban.
JWT requests authenticated by gitlab-ci-token are excluded from this limit. - Is reset by requests that authenticate successfully. For example, 29
failed authentication requests followed by 1 successful request, followed by 29
more failed authentication requests would not trigger a ban.
- Does not apply to JWT requests authenticated by `gitlab-ci-token`.
No response headers are provided. No response headers are provided.
......
...@@ -320,11 +320,12 @@ authentication requests were received in a 3-minute period from a single IP addr ...@@ -320,11 +320,12 @@ authentication requests were received in a 3-minute period from a single IP addr
This applies only to Git requests and container registry (`/jwt/auth`) requests This applies only to Git requests and container registry (`/jwt/auth`) requests
(combined). (combined).
This limit is reset by requests that authenticate successfully. For example, 29 This limit:
failed authentication requests followed by 1 successful request, followed by 29
more failed authentication requests would not trigger a ban.
JWT requests authenticated by gitlab-ci-token are excluded from this limit. - Is reset by requests that authenticate successfully. For example, 29
failed authentication requests followed by 1 successful request, followed by 29
more failed authentication requests would not trigger a ban.
- Does not apply to JWT requests authenticated by `gitlab-ci-token`.
No response headers are provided. No response headers are provided.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment