Hi All,
Running drone 1.0.0 trying to connect to gitlab repos. Do have permissions to repo, and pointing to gitlab’s https address, can confirm no redirects or such. Drone is giving me:
"msg":"api: cannot create or update hook"
Gitlab is giving me :
==> production.log <==
Started GET "/api/v4/projects/codyja%2Ftest-project/hooks?per_page=100" for 127.0.0.1 at 2019-03-24 08:32:43 -0500
Started POST "/api/v4/projects/codyja%2Ftest-project/hooks?merge_requests_events=true&push_events=true&tag_push_events=true&token=[FILTERED]&url=https%3A%2F%2Fdrone.domain.local%2Fhook" for 127.0.0.1 at 2019-03-24 08:32:43 -0500
In the API call to gitlab it has two IPs: "ip":"10.0.4.75, 127.0.0.1"
, how can I get rid of that 127.0.0.1 in that call from drone? I have DRONE_SERVER_HOST set to my host’s fqdn