As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
  1. Aug 17, 2020
    • Taylan Develioglu's avatar
      Add support obtaining personal access tokens via SSH · b8d66d79
      Taylan Develioglu authored
      Implements the feature requested in gitlab-org/gitlab#19672
      
      This requires the internal api counterpart in gitlab-org/gitlab!36302 to
      be merged first.
      
      It can be used as follows:
      ```
      censored@censored-VirtualBox:~/git/gitlab$ ssh git@gitlab-2004 personal_access_token
      remote:
      remote: ========================================================================
      remote:
      remote: Usage: personal_access_token <name> <scope1[,scope2,...]> [ttl_days]
      remote:
      remote: ========================================================================
      remote:
      
      censored@censored-VirtualBox:~/git/gitlab$ ssh git@gitlab-2004 personal_access_token newtoken read_api,read_repository 30
      Token:   aAY1G3YPeemECgUvxuXY
      Scopes:  read_api,read_repository
      Expires: 2020-08-07
      ```
      b8d66d79
  2. Aug 11, 2020
  3. Aug 05, 2020
  4. Jul 31, 2020
  5. Jul 23, 2020
  6. Jul 22, 2020
  7. Jul 20, 2020
  8. Jul 02, 2020
  9. Jul 01, 2020
  10. Jun 08, 2020
  11. Jun 06, 2020
  12. Jun 05, 2020
  13. Jun 03, 2020
  14. Jun 01, 2020
  15. May 29, 2020
  16. May 28, 2020
  17. May 22, 2020
  18. May 13, 2020
  19. May 12, 2020
Loading