diff options
author | Marius Bobin <mbobin@gitlab.com> | 2019-08-23 08:05:48 +0000 |
---|---|---|
committer | Jan Provaznik <jprovaznik@gitlab.com> | 2019-08-23 08:05:48 +0000 |
commit | d51365efe7378eed087d9d925dec1624cb933ae6 (patch) | |
tree | 4009ee7ace0a88bc945b5fd2f901beb63cb525e9 /changelogs | |
parent | 8634cca30083746e44121ccef060fd11f548f672 (diff) | |
download | gitlab-ce-d51365efe7378eed087d9d925dec1624cb933ae6.tar.gz |
Exempt `jwt/auth` for user `gitlab-ci-token` from rate limiting
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/49392-exempt-jwt-auth-for-user-gitlab-ci-token-from-rate-limiting.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/49392-exempt-jwt-auth-for-user-gitlab-ci-token-from-rate-limiting.yml b/changelogs/unreleased/49392-exempt-jwt-auth-for-user-gitlab-ci-token-from-rate-limiting.yml new file mode 100644 index 00000000000..3ce96e64736 --- /dev/null +++ b/changelogs/unreleased/49392-exempt-jwt-auth-for-user-gitlab-ci-token-from-rate-limiting.yml @@ -0,0 +1,5 @@ +--- +title: Exempt user gitlab-ci-token from rate limiting +merge_request: 31909 +author: +type: fixed |