I've used documentation specified here: https://docs.armory.io/docs/armory-admin/dinghy-enable/ to enable and configure dinghy in my Spinnaker installation.
It successfully loads code from the PR and runs validation on the dinghyfile but it does not produce any data in the PR.
In the dinghy logs I can see errors like that:
level=error msg="[POST https://api.github.com/repos/MY_ORG/MY_REPO/statuses/SOME_UUID: 404 Not Found []]"
Does the account which is used configured in dinghy need some extra set of privileges to fully work?
As specified in the docs I've configured a webhook to publish push messages and the account has access to the repo in the token settings.
I've used documentation specified here: https://docs.armory.io/docs/armory-admin/dinghy-enable/ to enable and configure dinghy in my Spinnaker installation. It successfully loads code from the PR and runs validation on the
dinghyfile
but it does not produce any data in the PR. In thedinghy
logs I can see errors like that:level=error msg="[POST https://api.github.com/repos/MY_ORG/MY_REPO/statuses/SOME_UUID: 404 Not Found []]"
Does the account which is used configured in dinghy need some extra set of privileges to fully work? As specified in the docs I've configured a webhook to publishpush
messages and the account has access to therepo
in the token settings.I'm using dinghy
docker.io/armory/dinghy:2.23.8
.