OpenSearch/qa
Jason Tedor 7a035f5f84 setgid on /etc/elasticearch on package install
When creating the keystore explicitly (from executing
elasticsearch-keystore create) or implicitly (for plugins that require
the keystore to be created on install) on an Elasticsearch package
installation, we are running as the root user. This leaves
/etc/elasticsearch/elasticsearch.keystore having the wrong ownership
(root:root) so that the elasticsearch user can not read the keystore on
startup. This commit adds setgid to /etc/elasticsearch on package
installation so that when executing this directory (as we would when
creating the keystore), we will end up with the correct ownership
(root:elasticsearch). Additionally, we set the permissions on the
keystore to be 660 so that the elasticsearch user via its group can read
this file on startup.

Relates #26412
2017-08-28 20:47:42 -04:00
..
evil-tests Settings: Move keystore creation to plugin installation (#26329) 2017-08-24 12:12:47 -07:00
full-cluster-restart Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
mixed-cluster Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
multi-cluster-search Respect cluster alias in `_index` aggs and queries (#25885) 2017-07-26 09:16:52 +02:00
no-bootstrap-tests Fix permissions handling on Windows spawner test 2017-04-07 06:25:24 -04:00
query-builder-bwc Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
reindex-from-old Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
rolling-upgrade Update version to 7.0.0-alpha1 (#25876) 2017-08-01 15:47:48 -04:00
smoke-test-client Use nio transport in test clusters (#25986) 2017-08-01 16:19:31 -05:00
smoke-test-http Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00
smoke-test-ingest-disabled Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-ingest-with-all-dependencies remove ingest.new_date_format (#25583) 2017-07-10 13:07:50 -07:00
smoke-test-multinode Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-plugins Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
smoke-test-reindex-with-all-modules test: re-enable `Reindex from remote with parent join field` test no that join field type no longer always emits its fields inside search hits. 2017-07-07 10:18:13 +02:00
smoke-test-tribe-node Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
vagrant setgid on /etc/elasticearch on package install 2017-08-28 20:47:42 -04:00
verify-version-constants Fix docs lucene version check error message 2017-06-26 15:45:13 -07:00
wildfly Revert shading for the low level rest client (#26367) 2017-08-25 14:13:12 -05:00