Support Personal Access Token (PAT) authentication with `user_access`
This issue implements the KAS part of (Rails) Support Personal Access Token (PAT) aut... (gitlab-org/gitlab#409028 - closed)
Implementation Guide
- Read the token from the
Authorizationheader and check if it starts withpat:otherwise it's the already existing job token authentication - Implement a call to the Rails
/internal/kubernetes/authorize_proxy_userAPI similar to the session cookie path.
Edited by Timo Furrer