Bug 1448203
| Summary: | CAInfoService: retrieve KRA-related values from the KRA | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Matthew Harmsen <mharmsen> |
| Component: | pki-core | Assignee: | Fraser Tweedale <ftweedal> |
| Status: | CLOSED ERRATA | QA Contact: | Asha Akkiangady <aakkiang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.4 | CC: | ftweedal, ssidhaye |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pki-core-10.4.1-4.el7 | Doc Type: | No Doc Update |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-01 22:50:57 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matthew Harmsen
2017-05-04 19:15:33 UTC
On May 5, 2017, ftweedal: Pushed to master 220e35d2b5610cb051831b990451b3b3ff53604e) Could you please provide steps to verify this fix ? Build used for verification: [root@csqa4-guest01 ~]# rpm -qi pki-base Name : pki-base Version : 10.4.1 Release : 4.el7 Architecture: noarch Install Date: Monday 15 May 2017 12:35:11 AM EDT Group : System Environment/Base Size : 2086209 License : GPLv2 Signature : RSA/SHA256, Tuesday 09 May 2017 11:33:58 PM EDT, Key ID 199e2f91fd431d51 Source RPM : pki-core-10.4.1-4.el7.src.rpm Build Date : Tuesday 09 May 2017 09:23:16 PM EDT Build Host : ppc-021.build.eng.bos.redhat.com Relocations : (not relocatable) Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> Vendor : Red Hat, Inc. URL : http://pki.fedoraproject.org/ Summary : Certificate System - PKI Framework Following information is returned when I hit http://csqa4-guest01.idm.lab.eng.rdu.redhat.com:8080/ca/rest/info <CAInfo> <Attributes/> <ArchivalMechanism>encrypt</ArchivalMechanism> <WrappingKeySet>1</WrappingKeySet> </CAInfo> After making changes to KRA config:
Remove the following lines:
kra.allowEncDecrypt.archival=true
kra.allowEncDecrypt.recovery=true
I see the following config when the same URL again which reflects the changes to the config
<CAInfo>
<Attributes/>
<ArchivalMechanism>keywrap</ArchivalMechanism>
<WrappingKeySet>1</WrappingKeySet>
</CAInfo>
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2110 |