Skip to content

Commit

Permalink
Switch root to apache user for ssl.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkisaolamb authored and openshift-merge-bot[bot] committed Jun 28, 2024
1 parent b2d7617 commit 9ea2124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/novaapi/config/nova-api-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
{
"source": "/var/lib/openstack/config/ssl.conf",
"dest": "/etc/httpd/conf.d/ssl.conf",
"owner": "root",
"perm": "0644"
"owner": "apache",
"perm": "0444"
},
{
"source": "/var/lib/config-data/tls/certs/*",
Expand Down
4 changes: 2 additions & 2 deletions templates/novametadata/config/nova-metadata-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
{
"source": "/var/lib/openstack/config/ssl.conf",
"dest": "/etc/httpd/conf.d/ssl.conf",
"owner": "root",
"perm": "0644"
"owner": "apache",
"perm": "0444"
},
{
"source": "/var/lib/config-data/tls/certs/*",
Expand Down

0 comments on commit 9ea2124

Please sign in to comment.