-
Notifications
You must be signed in to change notification settings - Fork 66
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
Remove references to admin:admin #551
Remove references to admin:admin #551
Conversation
Signed-off-by: Varun Jain <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #551 +/- ##
=========================================
Coverage 84.39% 84.39%
Complexity 535 535
=========================================
Files 40 40
Lines 1570 1570
Branches 245 245
=========================================
Hits 1325 1325
Misses 133 133
Partials 112 112 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Varun Jain <[email protected]>
The security tests are expected to fail as the support for custom password is enabled from 2.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vibrantvarun ty for this PR. I've suggested a change I think is needed to fetch the correct password.
Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
This PR is not needed since the neural-search |
Re-opening to update DEVELOPER_GUIDE.md. No changes to build.gradle are required. @vibrantvarun Thoughts? |
Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Remove references to admin:admin (#551) Signed-off-by: Varun Jain <[email protected]> (cherry picked from commit f9937a4)
Remove references to admin:admin (#551) Signed-off-by: Varun Jain <[email protected]> (cherry picked from commit f9937a4) Co-authored-by: Varun Jain <[email protected]>
Description
Remove default password of admin. Recently, security repo has mandated that there will no admin:admin password from 2.12. Therefore, removing default admin password from developer guide in this PR.
Issues
Part of opensearch-project/security#3624
Resolves:
#550
Check List
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.