Support Replacing Auth Token Dynamically during Provider Verification
closed
Gowtham G
Currently I don't find an efficient way to replace the token during provider verification. The Token in the pacts are short lived and when the provider tries to verify this might fail during provider deployment. So need support from Pact to update the Auth token dynamically for requests in Pact.
Matt Fellows
closed
There are already several ways to deal with this Gowtham, I think the issues you are facing are either a misunderstanding how Maven/Groovy can be used together, or possibly a bug. Either way, this isn't the best place for that. If it's a bug, it should go to https://github.com/pact-foundation/pact-jvm/ with a reproducible example so it can be fixed.
Gowtham G
Matt Fellows: Thanks Matt, I was able to do this now! Apologies for wrong feature request.