1. 27 Jul, 2020 1 commit
    • Drew Blessing's avatar
      External auth adheres to local requests setting · 626e03f5
      Drew Blessing authored
      The External Authorization client used Excon to make HTTP calls.
      This changes the client to use the safe Gitlab::HTTP client which
      will block local requests, unless they're explicitly enabled.
      The local requests for system services is enabled by default so
      existing default behavior of external authorizations is preserved.
      626e03f5
  2. 23 Jul, 2020 39 commits