Hi team, We use <https://vfuk-digital.pactflow.io/...
# pactflow
k
Hi team, We use https://vfuk-digital.pactflow.io/ instance of pactflow. From local we are able to run pact-broker can-i-deploy command successfully. From CICD pipeline, it throws error - Error retrieving matrix. Net::HTTPClientException - 403 "Forbidden". I have verified the API token, its valid and working. Could you please suggest what could be the reason and the fix for that.
m
403 indicates the credentials lack the permissions needed. Check the permissions of the API Token used in your CI/CD pipeline
k
token has read-write permissions, I tried same token from local, its working. Its giving error in CICD pipeline
curl -v https://vfuk-digital.pactflow.io/ -H "Authorization: Bearer **************"
i
This looks like its coming from your proxy, can you check with your IT department (or whoever is manages your proxy) we have information here on this https://docs.pact.io/implementation_guides/ssl#proxies
k
sure, thank you
👍 2