I have a Sonarqube running on GKE and every connection goes through cloudflare.
I’m trying to make connection with github actions but I’m getting the following error…
steps:
- name: Setup Cloudflare Warp
uses: Boostport/setup-cloudflare-warp@v1
with:
organization: xxxxxxxxxxxxxx
auth_client_id: ${{ secrets.CF_ACCESS_CLIENT_ID }}
auth_client_secret: ${{ secrets.CF_ACCESS_CLIENT_SECRET }}
What ways can I be making this connection between them?
If I create an OAuth application on Github and link with Cloudflare can I solve this problem?