Skip to content
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

Added support for latest OpenSearch versions 2.7.0, 2.8.0 #445

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

saimedhi
Copy link
Collaborator

Description

Added support for latest OpenSearch versions 2.7.0, 2.8.0

Issues Resolved

Closes #441

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #445 (4b46002) into main (4dba35d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #445   +/-   ##
=======================================
  Coverage   71.49%   71.49%           
=======================================
  Files          81       81           
  Lines        7668     7668           
=======================================
  Hits         5482     5482           
  Misses       2186     2186           

@@ -38,7 +38,7 @@ class TestSecurityPlugin(IsolatedAsyncioTestCase):
}

USER_NAME = "test-user"
USER_CONTENT = {"password": "test_password", "opendistro_security_roles": []}
USER_CONTENT = {"password": "opensearchpy@123", "opendistro_security_roles": []}

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed because of "weak password error"

@dblock dblock merged commit 5fa6d99 into opensearch-project:main Jul 21, 2023
@saimedhi saimedhi deleted the support/OS_latest_versions branch September 6, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Support OpenSearch 2.7+
2 participants