gitlab-org--gitlab-foss/changelogs/unreleased/30305-oauth-token-push-code.yml
Timothy Andrew bee780e8fd Allow OAuth clients to 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
2017-04-13 13:13:22 +00:00

4 lines
73 B
YAML

---
title: Allow OAuth clients to push code
merge_request: 10677
author: