Closed ngufra closed 3 years ago
I will have someone verify it soon and will post the results. Thanks @elliottmurray !
Thanks folks!
The person who is to verify it in a timezone 12 hours 30 ahead of me. They were off yesterday then started verifying but hit another issue so we have not been able to verify it fully yet but we hope to be done by the weekend
The person who verified reported some issue, then set the environment variable and it worked. Not clear what is the issue if any.
This commit seems to address exactly the issue of the token not being passed so if there is a build only once per week, I would say merge it. Thanks.
we have verified the fix. Thanks.
When verifying a pact, we should be able to provide a broker token in source we see
However the broker token is ignored and when we try to verify with it, it is not sent and we get a 401 unauthorized reply from the broker:
It seems to be related to class VerifyWrapper method call_verify around line 150 where the other options are passed but the token is not.
The example could also use a token.