Skip to content

Fix personal_access_token logic. `key_id` is not required

Francois Steyn requested to merge fsteyn/gitlab:master into master

What does this MR do?

Fix personal_access_token logic. key_id is not required

$ ssh git@gitlab.com personal_access_token token_name api 1
remote: 
remote: ========================================================================
remote: 
remote: Could not find a user without a key
remote: 
remote: ========================================================================
remote: 

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports