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. May 11, 2022
  2. May 10, 2022
  3. May 09, 2022
    • Igor Drozdov's avatar
      Merge branch 'sh-fix-remote-addr-handling' into 'main' · 733845f9
      Igor Drozdov authored
      Fix check_ip argument when gitlab-sshd used with PROXY protocol
      
      See merge request gitlab-org/gitlab-shell!616
      733845f9
    • Stan Hu's avatar
      Fix check_ip argument when gitlab-sshd used with PROXY protocol · 14a406a2
      Stan Hu authored
      When gitlab-sshd were used with the PROXY protocol, the `check_ip`
      argument passed to `/api/v4/internal/allowed` was the Go remote
      address, which is a host and port combination
      (e.g. 127.0.0.1:12345). As a result, This prevents IP restrictions
      from working properly on Rails. We fix this by stripping out the port
      if it is present.
      
      When OpenSSH is used, this is not an issue because the IP address
      is extracted from `SSH_CONNECTION`.
      
      Changelog: fixed
      Unverified
      14a406a2
  4. May 06, 2022
  5. May 05, 2022
  6. May 04, 2022
  7. May 02, 2022
    • Jacob Vosmaer's avatar
      Always use Gitaly sidechannel connections · b2b31cee
      Jacob Vosmaer authored
      Before this change, the GitLab internal API could use a boolean
      response field to indicate whether gitlab-shell should make
      sidechannel connections go Gitaly. We now ignore that response field
      and always use sidechannel connections.
      b2b31cee
  8. Apr 29, 2022
  9. Apr 27, 2022
  10. Apr 26, 2022
  11. Apr 25, 2022
  12. Apr 22, 2022
  13. Apr 21, 2022
  14. Apr 20, 2022
  15. Apr 19, 2022
  16. Apr 18, 2022
Loading