5aaab8dc20
Fix permissions for opensearch-dashboard data directory. Closes-bug: #2020152 Change-Id: Ie4cec7649d89df5b8bb306563da2c62ea0cdd2c0 Signed-off-by: Mathias Fechner <fechner@osism.tech>
29 lines
989 B
Django/Jinja
29 lines
989 B
Django/Jinja
{
|
|
"command": "/usr/share/opensearch-dashboards/bin/opensearch-dashboards --config /etc/opensearch-dashboards/opensearch_dashboards.yml",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/opensearch_dashboards.yml",
|
|
"dest": "/etc/opensearch-dashboards/opensearch_dashboards.yml",
|
|
"owner": "opensearch-dashboards",
|
|
"perm": "0640"
|
|
}
|
|
],
|
|
"permissions": [
|
|
{
|
|
"path": "/var/log/kolla/opensearch-dashboards",
|
|
"owner": "opensearch-dashboards:opensearch-dashboards",
|
|
"recurse": true
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
]
|
|
}
|