Bug 1677307
| Summary: | Rename tendrl-ssl.conf.sample to 00_tendrl-ssl.conf.sample | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Daniel Horák <dahorak> |
| Component: | web-admin-tendrl-api | Assignee: | gowtham <gshanmug> |
| Status: | CLOSED ERRATA | QA Contact: | Filip Balák <fbalak> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.4 | CC: | fbalak, gshanmug, mbukatov, nthomas, rcyriac, rhs-bugs, sankarshan |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS 3.4.z Batch Update 4 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tendrl-api-1.6.3-13.el7rhgs | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-03-27 03:49:38 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: | |||
Modified tendrl-api.spec to move the tendrl-ssl.conf.sample in the name of 00_tendrl-ssl.conf.sample PR: https://github.com/Tendrl/api/issues/458 tendrl-api-httpd provides /etc/httpd/conf.d/00_tendrl-ssl.conf.sample file. This file is set as configuration. --> VERIFIED Tested with: tendrl-ansible-1.6.3-11.el7rhgs.noarch tendrl-api-1.6.3-13.el7rhgs.noarch tendrl-api-httpd-1.6.3-13.el7rhgs.noarch tendrl-commons-1.6.3-17.el7rhgs.noarch tendrl-grafana-plugins-1.6.3-21.el7rhgs.noarch tendrl-grafana-selinux-1.5.4-3.el7rhgs.noarch tendrl-monitoring-integration-1.6.3-21.el7rhgs.noarch tendrl-node-agent-1.6.3-18.el7rhgs.noarch tendrl-notifier-1.6.3-4.el7rhgs.noarch tendrl-selinux-1.5.4-3.el7rhgs.noarch tendrl-ui-1.6.3-15.el7rhgs.noarch 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-2019:0660 |
Description of problem: SSL Configuration file for Web Administration (to be accessible via https protocol) have to be named in the way, that it will be alphabetically before the global ssl.conf file from mod_ssl package. Otherwise some configuration variables are overridden by the defaults from ssl.conf. The proposal is, to name the file: 00_tendrl-ssl.conf. Now the sample is named: tendrl-ssl.conf.sample It would be better to include the prefix also to the name of the sample configuration file, so it will be named: 00_tendrl-ssl.conf.sample Version-Release number of selected component (if applicable): tendrl-api-httpd-1.6.3-12.el7rhgs.noarch How reproducible: 100% Steps to Reproduce: 1. Install tendrl-api-httpd package. 2. List files from tendrl-api-httpd package. Actual results: # rpm -ql tendrl-api-httpd /etc/httpd/conf.d/tendrl-ssl.conf.sample /etc/httpd/conf.d/tendrl.conf Expected results: # rpm -ql tendrl-api-httpd /etc/httpd/conf.d/00_tendrl-ssl.conf.sample /etc/httpd/conf.d/tendrl.conf Additional info: