-
Notifications
You must be signed in to change notification settings - Fork 61
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
Fixes base64 encoded hardcoded admin credentials #1331
Merged
monusingh-1
merged 2 commits into
opensearch-project:main
from
DarshitChanpura:fix-hardcoded-base64creds
Feb 15, 2024
Merged
Fixes base64 encoded hardcoded admin credentials #1331
monusingh-1
merged 2 commits into
opensearch-project:main
from
DarshitChanpura:fix-hardcoded-base64creds
Feb 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DarshitChanpura
requested review from
krishna-ggk,
ankitkala,
saikaranam-amazon,
soosinha,
gbbafna and
monusingh-1
as code owners
February 14, 2024 21:40
DarshitChanpura
added
backport 2.x
v2.12.0
Issues targeting release v2.12.0
backport 2.12
labels
Feb 14, 2024
Signed-off-by: Darshit Chanpura <[email protected]>
DarshitChanpura
force-pushed
the
fix-hardcoded-base64creds
branch
from
February 14, 2024 21:43
5f5e981
to
6c0edad
Compare
derek-ho
approved these changes
Feb 14, 2024
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.
Nice catch!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1331 +/- ##
============================================
+ Coverage 76.36% 76.45% +0.08%
+ Complexity 1050 1045 -5
============================================
Files 141 141
Lines 4782 4782
Branches 526 526
============================================
+ Hits 3652 3656 +4
+ Misses 776 773 -3
+ Partials 354 353 -1 ☔ View full report in Codecov by Sentry. |
bbarani
previously approved these changes
Feb 14, 2024
prudhvigodithi
previously approved these changes
Feb 14, 2024
Signed-off-by: Darshit Chanpura <[email protected]>
DarshitChanpura
dismissed stale reviews from prudhvigodithi and bbarani
via
February 15, 2024 01:10
5a98399
monusingh-1
approved these changes
Feb 15, 2024
bbarani
approved these changes
Feb 15, 2024
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Feb 15, 2024
* Fixes base64 encoded hardcoded admin credentials Signed-off-by: Darshit Chanpura <[email protected]> * Fixes broken integTest task Signed-off-by: Darshit Chanpura <[email protected]> --------- Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 74dfcd1)
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Feb 15, 2024
* Fixes base64 encoded hardcoded admin credentials Signed-off-by: Darshit Chanpura <[email protected]> * Fixes broken integTest task Signed-off-by: Darshit Chanpura <[email protected]> --------- Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 74dfcd1)
monusingh-1
pushed a commit
that referenced
this pull request
Feb 15, 2024
* Fixes base64 encoded hardcoded admin credentials Signed-off-by: Darshit Chanpura <[email protected]> * Fixes broken integTest task Signed-off-by: Darshit Chanpura <[email protected]> --------- Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 74dfcd1) Co-authored-by: Darshit Chanpura <[email protected]>
monusingh-1
pushed a commit
that referenced
this pull request
Feb 15, 2024
* Fixes base64 encoded hardcoded admin credentials Signed-off-by: Darshit Chanpura <[email protected]> * Fixes broken integTest task Signed-off-by: Darshit Chanpura <[email protected]> --------- Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 74dfcd1) Co-authored-by: Darshit Chanpura <[email protected]>
skumarp7
pushed a commit
to nokia/opensearch-project-cross-cluster-replication
that referenced
this pull request
Jul 22, 2024
…1331) (opensearch-project#1332) * Fixes base64 encoded hardcoded admin credentials Signed-off-by: Darshit Chanpura <[email protected]> * Fixes broken integTest task Signed-off-by: Darshit Chanpura <[email protected]> --------- Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 74dfcd1) Co-authored-by: Darshit Chanpura <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
See these comments:
Issues Resolved
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.