Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hampton <shampton@gitlab.com>2019-08-23 02:20:19 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-23 02:20:19 +0300
commit56294b4ea9b0a2054423c895b9a7667118cda0ad (patch)
treeb6108a6008bb486e13d61aa2150bbb1b97fff4fd /changelogs
parentba67965ac5386164a38acda32ff4e547e61b0376 (diff)
Update GitHub CI/CD import page to use PAT only
Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/59053-no-oauth-for-cicd-github-fe.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/59053-no-oauth-for-cicd-github-fe.yml b/changelogs/unreleased/59053-no-oauth-for-cicd-github-fe.yml
new file mode 100644
index 00000000000..221e8408dad
--- /dev/null
+++ b/changelogs/unreleased/59053-no-oauth-for-cicd-github-fe.yml
@@ -0,0 +1,5 @@
+---
+title: Remove oauth form from GitHub CI/CD only import authentication
+merge_request: 31488
+author:
+type: changed