Gurubabu Jampala
10/24/2023, 8:07 AMmvn clean install -Dpactbroker.url=<<broker-url>> -Dpact.provider.version=uv4f2d3 -Dpact.provider.branch=main -Dpact.verifier.publishResults=true -Dpactbroker.auth.username=user-Dpactbroker.auth.password=password
I couldn't find how the broker receiving the Authorization token here, I checked in the request header, but I am not seeing any auth token present there. Can someone help me how pact-jvm is passing the basic auth info to pact-broker when it's calling to the verification apis?
#C9UN99H24 #C9VPNUJR2
@uglyogMatt (pactflow.io / pact-js / pact-go)
@ maintainers, we monitor this channel and will respond when we canMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
pactbroker.auth.token
see https://docs.pact.io/implementation_guides/jvm/docs/system-propertiesGurubabu Jampala
10/25/2023, 12:17 AM@ maintainers in future.
My question is how or in which format the pact broker server is receiving the auth details if we set in token/username-password?
In normal cases, the basic auth is receiving in server end as Authorization token, but here in pact broker I couldn't see any request header having auth token present.
#C9UN99H24 #C9VPNUJR2Gurubabu Jampala
10/25/2023, 3:01 AM