Edit limit text
This commit is contained in:
parent
fb27656529
commit
46f7674733
2 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
(combined).
|
||||
|
||||
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.
|
||||
This limit:
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -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
|
||||
(combined).
|
||||
|
||||
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.
|
||||
This limit:
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue