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. Sep 27, 2022
  2. Aug 31, 2022
  3. Aug 30, 2022
  4. Aug 16, 2022
  5. Aug 11, 2022
  6. Aug 10, 2022
  7. Aug 05, 2022
  8. Jul 28, 2022
  9. Jul 26, 2022
  10. Jul 21, 2022
  11. Jul 20, 2022
  12. Jul 18, 2022
    • kmcknight's avatar
      Implement Push Auth support for 2FA verification · fe5feeea
      kmcknight authored and Igor Drozdov's avatar Igor Drozdov committed
      When `2fa_verify` command is executed:
      
      - A user is asked to enter OTP
      - A blocking call for push auth is performed
      
      Then:
      
      - If the push auth request fails, the user is still able to enter
      OTP
      - If OTP is invalid, the `2fa_verify` command ends the execution
      - If OTP is valid or push auth request succeeded, then the user is
      successfully authenticated
      - If 30 seconds passed while no OTP or Push have been provided,
      then the `2fa_verify` command ends the execution
      fe5feeea
  13. Jul 15, 2022
  14. Jul 13, 2022
  15. Jul 05, 2022
    • Igor Drozdov's avatar
      Merge branch 'id-release-14-8' into 'main' · 9ce57ef8
      Igor Drozdov authored
      Release v14.8.0
      
      See merge request gitlab-org/gitlab-shell!667
    • Igor Drozdov's avatar
      Release v14.8.0 · 02d85f98
      Igor Drozdov authored
      - go: Bump major version to v14 !666
      - Pass original IP from PROXY requests to internal API calls !665
      - Fix make install copying the wrong binaries !664
      - gitlab-sshd: Add support for configuring host certificates !661
      02d85f98
    • Igor Drozdov's avatar
      Merge branch 'pks-go-module-path-version' into 'main' · d52b5190
      Igor Drozdov authored
      go: Bump major version to v14
      
      Closes #593
      
      See merge request gitlab-org/gitlab-shell!666
      d52b5190
    • Patrick Steinhardt's avatar
      go: Bump major version to v14 · 822e49b3
      Patrick Steinhardt authored
      While gitlab-shell currently has a major version of v14, the module path
      it exposes is not using that major version like it is required by the Go
      standard. This makes it impossible for dependents to import gitlab-shell
      as a dependency without using a commit as version.
      
      Fix this by changing the module path of gitlab-shell to instead be
      `gitlab.com/gitlab-org/gitlab-shell/v14` and adjust all imports
      accordingly.
      
      Changelog: fixed
      822e49b3
  16. Jul 01, 2022
  17. Jun 30, 2022
  18. Jun 29, 2022
  19. Jun 26, 2022
    • Stan Hu's avatar
      gitlab-sshd: Add support for configuring host certificates · 4919ec7a
      Stan Hu authored
      This adds support for specifying host certificates via the
      `host_cert_files` option and advertises the signed key to the
      client. This acts similarly to OpenSSH's `HostCertificate` parameter:
      gitlab-sshd attempts to match a host key to its certificate, and then
      substitutes the matching host key with a certificate signed by a
      trusted certificate authority's key.
      
      This is the first requirement to supporting SSH certificates. This
      will enable the client to trust the server if both trust a common
      certificate authority. The `TrustedUserCAKeys` option will need to be
      supported later for the server to trust all user keys signed by this
      certificate authority.
      
      Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/495
      Unverified
      4919ec7a
  20. Jun 23, 2022
  21. Jun 16, 2022
Loading