-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v2.12.0] Ensure CI/documentation reflect changes to default admin credentials #3978
Comments
Resolved by: #3869 |
@DarshitChanpura , @derek-ho , We have a few CI tests that are working currently because OpenSearch 2.12 is not yet released. These still assume the
data-prepper/.github/workflows/opensearch-sink-opensearch-integration-tests.yml Lines 23 to 38 in df2bde6
|
Also, see this comment: |
@dlvenable These need to be addressed post 2.12 release. OR a PR can be raised now that conditionally uses the correct password based on the version. The new password can be with env variable and it will only be picked up for >= 2.12 and will not be used on installs <2.12 |
Background
Previously, when installing the security plugin demo configuration, the cluster was spun up with the default admin credentials, admin:admin. A change was made in main and backported to 2.x for the 2.12.0 release, which now requires an initial admin password to be passed in via the environment variable OPENSEARCH_INITIAL_ADMIN_PASSWORD. This will break some CI/testing that relies on OpenSearch to come up without setting this environment variable. This tracking issue is to ensure compliance with the new changes.
Coming from: opensearch-project/security#3624
Acceptance Criteria
The text was updated successfully, but these errors were encountered: