Bug 1569958
Summary: | [GSS] (6.4.z) Invalid Secret Key when using a vault and JDK 1.8.0_171 | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ricardo Martin <rmartinc> |
Component: | Security | Assignee: | Radovan STANCEL <rstancel> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Peter Mackay <pmackay> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.19 | CC: | anmiller, bdawidow, bmaxwell, darran.lofthouse, dcihak, hokuda, jdatta, jolee, pjindal, pmackay, pskopek, rajveer.singh, rstancel, vvasilev |
Target Milestone: | CR1 | ||
Target Release: | EAP 6.4.21 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-19 12:44:06 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1567126 | ||
Bug Blocks: | 1567790, 1570200, 1570837 |
Description
Ricardo Martin
2018-04-20 11:28:10 UTC
It seems that now the picketbox module has no access to "sun.jdk" module so it cannot check if the class is wrapped using a "com.sun.crypto.provider.SealedObjectForKeyProtector" as now JDK is checking. So for me it was resolved just adding this dependency line: <module name="sun.jdk"/> to "org/picketbox/main/module.xml" file in the correct CP. If jboss EAP 7.0.0 is having any issue with start or ldap configuration add dependency <module name="sun.jdk"/> to below file /opt/jbossas/jboss-eap-7.0/modules/system/layers/base/org/picketbox/main/module.xml After apply Patch (jboss-eap-7.0.9-patch.zip) if jboss EAP server did not come up then add dependency <module name="sun.jdk"/> in below file /opt/jbossas/jboss-eap-7.0/modules/system/layers/base/.overlays/layer-base-jboss-eap-7.0.9.CP/org/picketbox/main/module.xml The above solution I have tested at my end and its working fine. Please let me know if any other solution is also available fo jboss EAP 7.0 Thanks, Rajveer Singh Shakya |