Bug 1446874
| Summary: | Missing ClientIP and ServerIP in audit log when pki CLI terminates SSL connection | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Matthew Harmsen <mharmsen> |
| Component: | pki-core | Assignee: | Endi Sukma Dewata <edewata> |
| Status: | CLOSED ERRATA | QA Contact: | Asha Akkiangady <aakkiang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.4 | CC: | bbhavsar |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pki-core-10.4.1-3.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-04-30 06:04:50 UTC
Proposed fix based on option #1: https://review.gerrithub.io/#/c/357375/ Fixed in master: 749c137b59a9725a4cacdcd191b7e931303981df edewata fixed according to the following check-ins: (In reply to Matthew Harmsen from comment #2) > Proposed fix based on option #1: https://review.gerrithub.io/#/c/357375/ > > Fixed in master: 749c137b59a9725a4cacdcd191b7e931303981df Verified on build: root@pki1 ~ # rpm -qi pki-base Name : pki-base Version : 10.4.1 Release : 4.el7 Architecture: noarch Install Date: Mon 15 May 2017 05:29:53 PM IST Group : System Environment/Base Size : 2086209 License : GPLv2 Signature : RSA/SHA256, Wed 10 May 2017 09:03:58 AM IST, Key ID 199e2f91fd431d51 Source RPM : pki-core-10.4.1-4.el7.src.rpm Build Date : Wed 10 May 2017 06:53:16 AM IST 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 root@pki1 ~ # tail -f /var/log/pki/topology-02-CA/ca/signedAudit/ca_audit IPv4 0.http-bio-20443-exec-1 - [23/May/2017:14:08:37 IST] [14] [6] [AuditEvent=ACCESS_SESSION_TERMINATED][ClientIP=10.65.223.208][ServerIP=10.65.223.208][SubjectID=CN=PKI Administrator,E=caadmin,OU=topology-02-CA,O=topology-02_Foobarmaster.org][Outcome=Success][Info=CLOSE_NOTIFY] access session terminated request from different client 0.http-bio-20443-exec-13 - [23/May/2017:14:13:44 IST] [14] [6] [AuditEvent=ACCESS_SESSION_TERMINATED][ClientIP=10.65.223.42][ServerIP=10.65.223.208][SubjectID=CN=PKI Administrator,E=caadmin,OU=topology-02-CA,O=topology-02_Foobarmaster.org][Outcome=Success][Info=CLOSE_NOTIFY] access session terminated IPv6 0.http-bio-20443-exec-13 - [23/May/2017:13:57:30 IST] [14] [6] [AuditEvent=ACCESS_SESSION_TERMINATED][ClientIP=fe80:0:0:0:5054:ff:fe71:8abc][ServerIP=fe80:0:0:0:5054:ff:fe71:8abc][SubjectID=][Outcome=Success][Info=CLOSE_NOTIFY] access session terminated 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 |