Fix /etc/openstack-dashboard/ permissions for access to *policy.json
authorRhys Oxenham <roxenham@redhat.com>
Thu, 12 Oct 2017 09:31:42 +0000 (10:31 +0100)
committerRadomir Dopieralski <openstack@sheep.art.pl>
Wed, 25 Oct 2017 15:20:41 +0000 (15:20 +0000)
commite3e0f84c49510afd6da1707bfd9460513a5aee89
tree640e259f9171db2fb3e0affa1913ad598eaf3906
parent9dfec11795703b43991e06ef880b52cd0b3a5eb4
Fix /etc/openstack-dashboard/ permissions for access to *policy.json

The Kolla Dockerfile sets the permissions for /etc/openstack-dashboard/
to horizon:horizon. We need this to be readable by the apache user
as the horizon user is not the user in which httpd runs with. We may
want to consider fixing this in the upstream Dockerfile instead, e.g.
checking if we're using centos/rhel and changing the permissions that
way. I'm not sure why it's set to horizon:horizon upstream, and I'm keen
not to break any existing functionality that relies on the horizon based
permissions.

Closes-Bug: #1723125
Change-Id: If5feebae38f7fdfffa60bfaedc4521f676006484
(cherry picked from commit fd657aa4e68de7ad239a88525b5ae343acd3bf80)
docker/services/horizon.yaml