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

Permanent fix for OpenSearch and temp fix for Dashboards startup configurations #1579

Merged

Conversation

peterzhuamazon
Copy link
Member

Signed-off-by: Peter Zhu [email protected]

Description

Permanent fix for OpenSearch and temp fix for Dashboards startup configurations.

This PR utilize internal parsing of env var to permanently allow security plugin to be disabled, without the need of tweaking the config file on the fly for OpenSearch.

As for Dashboards, we still need to tweak the configuration file if we want to disable security plugin, so a new tweak is added to temporarily resolve the race condition introduced in #1130 #1458.

As for permanent fix for Dashboards I have opened an issue with Security Dashboards Plugin repo:
opensearch-project/security-dashboards-plugin#896

Thanks.

Issues Resolved

#1529
#1567
opensearch-project/helm-charts#198

Check List

  • Commits are signed per the DCO using --signoff

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.

@peterzhuamazon peterzhuamazon added the bug Something isn't working label Feb 1, 2022
@peterzhuamazon peterzhuamazon self-assigned this Feb 1, 2022
@peterzhuamazon peterzhuamazon requested a review from a team as a code owner February 1, 2022 21:19
@codecov-commenter
Copy link

codecov-commenter commented Feb 1, 2022

Codecov Report

Merging #1579 (43892c7) into main (50e0afe) will decrease coverage by 0.15%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1579      +/-   ##
============================================
- Coverage     94.46%   94.30%   -0.16%     
  Complexity       12       12              
============================================
  Files           153      153              
  Lines          3233     3233              
  Branches         23       23              
============================================
- Hits           3054     3049       -5     
- Misses          172      177       +5     
  Partials          7        7              
Impacted Files Coverage Δ
src/system/temporary_directory.py 83.87% <0.00%> (-12.91%) ⬇️
src/system/os.py 92.30% <0.00%> (-7.70%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50e0afe...43892c7. Read the comment docs.

Signed-off-by: Peter Zhu <[email protected]>
@peternied peternied merged commit 305cc3f into opensearch-project:main Feb 1, 2022
@peterzhuamazon peterzhuamazon deleted the opensearch-docker-1529 branch February 1, 2022 23:13
peterzhuamazon added a commit to peterzhuamazon/opensearch-build that referenced this pull request Feb 16, 2022
…igurations (opensearch-project#1579)

* Perma fix for OpenSearch and temp fix for Dashboards startup configurations

Signed-off-by: Peter Zhu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants