serenity-bdd / serenity-jira

14 stars 27 forks source link

Proxy Auth Settings in Serenity for Connecting JIRA #77

Open ksyedalibe opened 6 years ago

ksyedalibe commented 6 years ago

Please let us know how to set the Proxy Auth configuration in Serenity for connecting JIRA. I have given below and not sure how to provide Auth key. My Java code is working fine when we trying to connect jira with Proxy Auth key. not sure how to do the same in Serenity.Properties file.

serenity.proxy.http=XXXX serenity.proxy.http_port=80 serenity.proxy.user=XXX serenity.proxy.password=XXXXX serenity.proxy.type=1

krishnapulluri0906 commented 5 years ago

I'm also facing the same issue, am able to retrieve the response from the Jira endpoints by providing proxy auth in header. Not sure how to set the proxies to connect to Jira. Please advise.

wakaleo commented 5 years ago

The Serenity JIRA plugin code is small and self-contained, so your best option would be to look at the code and see if you can propose any changes, for example in the REST call logic in the JIRA client code.

ksyedalibe commented 4 years ago

Thanks wakaleo