You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swedbank had an issue where more detailed CLI logging of the individual http-retry failures might have been useful.
The issue turned out to be that when they tried the kosli-attest-artifact command it worked.
But when they tried the kosli-attest-junit it did not work.
The former was using the ubuntu-latest runner and the latter was using a custom-runner.
They thought they had opened the firewall for the custom-runner but they hadn't.
There is a CLI branch + PR that may help address this
by printing each individual http request (when there are retries) if you have set the --debug flag.
See #397
With some effort we could reproduce this scenario so we can see what actual error message the
http request returns when you get these firewall problems.
The text was updated successfully, but these errors were encountered:
swedbank had an issue where more detailed CLI logging of the individual http-retry failures might have been useful.
The issue turned out to be that when they tried the kosli-attest-artifact command it worked.
But when they tried the kosli-attest-junit it did not work.
The former was using the ubuntu-latest runner and the latter was using a custom-runner.
They thought they had opened the firewall for the custom-runner but they hadn't.
There is a CLI branch + PR that may help address this
by printing each individual http request (when there are retries) if you have set the --debug flag.
See #397
With some effort we could reproduce this scenario so we can see what actual error message the
http request returns when you get these firewall problems.
The text was updated successfully, but these errors were encountered: