Yaniv Dary has submitted this change and it was merged.
Change subject: reports: Easy SSL requirements options EngineAuthentication jar
......................................................................
reports: Easy SSL requirements options EngineAuthentication jar
This patch adds two options to ease the SSL requirements:
1. sslIgnoreCertErrors - ignore certificate errors
2. sslIgnoreHostVerification - don't verify host name
Both default to false.
In order to set them to true (and by that ignore the validation checks),
the applicationContext-security-web.xml file has to be changed, putting
the following lines in the EngineSimplePreAuthFilter:
<property name="sslIgnoreCertErrors" value="true"/>
<property name="sslIgnoreHostVerification"
value="true"/>
Change-Id: I59523eb2e09067905060b688416aea960558f568
Signed-off-by: Oved Ourfali <oourfali(a)redhat.com>
---
M
reports/jars/EngineAuthentication/src/main/java/org/ovirt/authentication/EngineSimplePreAuthFilter.java
1 file changed, 57 insertions(+), 1 deletion(-)
Approvals:
Muli Salem: Looks good to me, but someone else must approve
Yaniv Dary: Looks good to me, approved
Oved Ourfali: Verified
--
To view, visit
http://gerrit.ovirt.org/6697
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I59523eb2e09067905060b688416aea960558f568
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-reports
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Muli Salem <msalem(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>