opensearch-dashboard: fix permissions
Fix permissions for opensearch-dashboard data directory. Closes-bug: #2020152 Change-Id: Ie4cec7649d89df5b8bb306563da2c62ea0cdd2c0 Signed-off-by: Mathias Fechner <fechner@osism.tech>
This commit is contained in:
parent
d30d1fd655
commit
5aaab8dc20
@ -18,6 +18,11 @@
|
||||
"path": "/usr/share/opensearch-dashboards/optimize/bundles",
|
||||
"owner": "opensearch-dashboards:opensearch-dashboards",
|
||||
"recurse": true
|
||||
},
|
||||
{
|
||||
"path": "/var/lib/opensearch-dashboards",
|
||||
"owner": "opensearch-dashboards:opensearch-dashboards",
|
||||
"recurse": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
5
releasenotes/notes/bug-2020152-165c87048d92dedb.yaml
Normal file
5
releasenotes/notes/bug-2020152-165c87048d92dedb.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Set correct permissions for opensearch-dashboard data location
|
||||
`LP#2020152 https://bugs.launchpad.net/kolla-ansible/+bug/2020152`
|
Loading…
Reference in New Issue
Block a user