Bug 1553854
| Summary: | Backport diagnostic logging [rhel-7.5.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Oneata Mircea Teodor <toneata> |
| Component: | mod_auth_mellon | Assignee: | John Dennis <jdennis> |
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.5 | CC: | cdolphy, jdennis, jherrman, ksiddiqu, nkinder, spoore |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | mod_auth_mellon-0.13.1-3 | Doc Type: | Enhancement |
| Doc Text: |
This update adds diagnostic logging to the mod_auth_mellon module, which makes it possible to easily collect all SAML configuration data and SAML protocol messages in a single file to help troubleshooting mod_auth_mellon deployment problems.
|
Story Points: | --- |
| Clone Of: | 1481330 | Environment: | |
| Last Closed: | 2018-05-14 16:10:50 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: | |||
| Bug Depends On: | 1481330 | ||
| Bug Blocks: | |||
|
Description
Oneata Mircea Teodor
2018-03-09 17:30:42 UTC
Verified based on following info. [root@dhcp207-82 conf.d]# rpm -q mod_auth_mellon mod_auth_mellon-diagnostics mod_auth_mellon-0.13.1-3.el7_5.x86_64 mod_auth_mellon-diagnostics-0.13.1-3.el7_5.x86_64 [root@dhcp207-82 conf.d]# cat ../conf.modules.d/10-auth_mellon.conf #LoadModule auth_mellon_module modules/mod_auth_mellon.so LoadModule auth_mellon_module modules/mod_auth_mellon-diagnostics.so [root@dhcp207-82 conf.d]# cat auth_mellon.conf MellonCacheSize 100 MellonLockFile "/run/mod_auth_mellon/lock" MellonDiagnosticsEnable on MellonDiagnosticsFile logs/mellon_diagnostics [root@dhcp207-82 conf.d]# tail -n 10 /var/log/httpd/mellon_diagnostics Content-Length: 0 Keep-Alive: timeout=5, max=96 Connection: Keep-Alive Content-Type: text/html; charset=UTF-8 Response Error Headers: Cache-Control: private, max-age=0, must-revalidate Environment: UNIQUE_ID: Wtm08yASkCO4mqy0sBfuJwAAAAI HTTPS: on SSL_TLS_SNI: dhcp207-82.testrelm.test [root@dhcp207-82 conf.d]# ls /usr/share/doc/mod_auth_mellon-0.13.1/README.redhat.rst /usr/share/doc/mod_auth_mellon-0.13.1/README.redhat.rst [root@dhcp207-82 conf.d]# 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/RHEA-2018:1387 |