That is what I was looking to figure out. I was ab...
# pact-beam
j
That is what I was looking to figure out. I was able to push the pact files, but I can't really seem to find the proper configuration to give the lib in order to accept the token. https://github.com/greyorange-labs/pact_erlang/blob/develop/c_src/pactffi_nif.c#L828C5-L828C50 -- It seems like this lib doesn't allow passing the token at the moment, which I think is needed for pactflow.
m
You’re right, it looks like it needs an argument after the password to support token, see the C definition here: https://github.com/pact-foundation/pact-reference/blob/278f56fa57f7a4cbcf4e412dac6fb34db8ebf089/rust/pact_ffi/src/verifier/mod.rs#L555 should be easy enough to add and create a PR?
j
Yes, it would be fairly simple. But my employer requires me to go through legal in order to contribute back to OS projects unfortunately. Last time I wanted to do something, it took over a month to get that approval.
😬 1
m
Can you do it from a personal computer/account?