diff options
author | Timothy Andrew <mail@timothyandrew.net> | 2017-04-13 11:34:16 +0000 |
---|---|---|
committer | Timothy Andrew <mail@timothyandrew.net> | 2017-04-13 13:13:22 +0000 |
commit | bee780e8fdf56fa24b54326e9c27f0b1ab7446f7 (patch) | |
tree | 848f5b098a5da401eec063e77d8a9de4078619e4 /changelogs | |
parent | 7629c9ec57cb9b14f41c1163b61df1e6ea6b0ca1 (diff) | |
download | gitlab-ce-bee780e8fdf56fa24b54326e9c27f0b1ab7446f7.tar.gz |
Allow OAuth clients to push code30305-oauth-token-push-code
- We currently support fetching code with username = 'oauth2' and
password = <access_token>.
- Trying to _push_ code with the same credentials fails with an authentication
error.
- There's no reason this shouldn't be enabled, especially since we allow the
OAuth client to create deploy keys with push access:
https://docs.gitlab.com/ce/api/deploy_keys.html#add-deploy-key
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/30305-oauth-token-push-code.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/30305-oauth-token-push-code.yml b/changelogs/unreleased/30305-oauth-token-push-code.yml new file mode 100644 index 00000000000..aadfb5ca419 --- /dev/null +++ b/changelogs/unreleased/30305-oauth-token-push-code.yml @@ -0,0 +1,4 @@ +--- +title: Allow OAuth clients to push code +merge_request: 10677 +author: |