-
Notifications
You must be signed in to change notification settings - Fork 272
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
[Resume] Improve ownership and permissions of files in OpenSearch/Dashboards deb and rpm packages #4043
[Resume] Improve ownership and permissions of files in OpenSearch/Dashboards deb and rpm packages #4043
Conversation
39e7562
to
0bc17f2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4043 +/- ##
=======================================
Coverage 92.16% 92.16%
=======================================
Files 192 192
Lines 6282 6282
=======================================
Hits 5790 5790
Misses 492 492 ☔ View full report in Codecov by Sentry. |
In opensearch-project#4043, we will introduce changes that might impact users. Add a note at installation time to warn them about this future change and how to proceed to not have trouble if they will be affected by the change. Signed-off-by: Romain Tartière <[email protected]>
Before: After: |
6c4aac7
to
0bc17f2
Compare
Start more testing:
|
bf9257f
to
75071a1
Compare
…pensearch-project#3898) Signed-off-by: Romain Tartière <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
…opensearch-project#3952) Signed-off-by: Romain Tartière <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
…t#4038) Signed-off-by: Romain Tartière <[email protected]> Signed-off-by: Peter Zhu <[email protected]>
Will send the changes of the integTest in another PR:
|
a016479
to
37b2b68
Compare
… integTest Signed-off-by: Peter Zhu <[email protected]>
… integTest Signed-off-by: Peter Zhu <[email protected]>
Signed-off-by: Peter Zhu <[email protected]>
…hboards deb and rpm packages (opensearch-project#4043) Signed-off-by: Romain Tartière <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: Romain Tartière <[email protected]>
… integTest (opensearch-project#4534) Signed-off-by: Peter Zhu <[email protected]>
Not sure this is the right place to add this, but please note that the ownership change isn't fully reflected when upgrading opensearch package. ownership for files are correctly set to root, but directory are still owned by opensearch. Our system: Debian 12, installation via apt package. Upgrade from 2.12:
New installation with 2.13
|
Description
[Resume] Improve ownership and permissions of files in OpenSearch/Dashboards deb and rpm packages
Originally commit by @smortex on #3898 #3952 #4038.
Issues Resolved
#3815 (comment)
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.