voxpupuli / puppet-opensearch

Puppet module to manage OpenSearch
Apache License 2.0
4 stars 4 forks source link

Acceptance tests are broken #54

Open TheMeier opened 4 months ago

TheMeier commented 4 months ago

Service does not start because of:

  May 05 15:59:19 centos8-64-1 systemd-entrypoint[5383]: java.lang.IllegalStateException: failed to load plugin class [org.opensearch.security.OpenSearchSecurityPlugin]
  May 05 15:59:19 centos8-64-1 systemd-entrypoint[5383]: Likely root cause: OpenSearchException[Unable to read /etc/opensearch/esnode.pem (/etc/opensearch/esnode.pem). Please make sure this files exists and is readable regarding to permissions. Property: plugins.security.ssl.transport.pemcert_filepath]
smortex commented 3 months ago

Root cause is the breakage due to changes related to the admin password and introduced in 2.12.0.

See https://github.com/opensearch-project/security/issues/4344 for more details about the issue and a proposal for fixing this.