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

[BUG] Fix java.lang.SecurityException in repository-gcs plugin #10642

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

reta
Copy link
Collaborator

@reta reta commented Oct 16, 2023

Description

Fix java.lang.SecurityException in repository-gcs plugin

Related Issues

Closes #10509

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

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.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

github-actions bot commented Oct 16, 2023

Compatibility status:

Checks if related components are compatible with change fc6f9d4

Incompatible components

Skipped components

Compatible components

Compatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/reporting.git]

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@github-actions github-actions bot added the v2.12.0 Issues and PRs related to version 2.12.0 label Oct 16, 2023
@reta
Copy link
Collaborator Author

reta commented Oct 16, 2023

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #10642 (fc6f9d4) into main (dd63559) will increase coverage by 0.14%.
The diff coverage is 42.85%.

@@             Coverage Diff              @@
##               main   #10642      +/-   ##
============================================
+ Coverage     71.03%   71.17%   +0.14%     
- Complexity    58414    58468      +54     
============================================
  Files          4853     4853              
  Lines        275670   275677       +7     
  Branches      40118    40118              
============================================
+ Hits         195831   196225     +394     
+ Misses        63455    63010     -445     
- Partials      16384    16442      +58     
Files Coverage Δ
...ch/repositories/gcs/GoogleCloudStorageService.java 82.43% <100.00%> (ø)
.../org/opensearch/repositories/gcs/SocketAccess.java 68.42% <33.33%> (-14.92%) ⬇️

... and 453 files with indirect coverage changes

@reta
Copy link
Collaborator Author

reta commented Oct 16, 2023

@dblock mind please to take a look? thank you.

@reta reta merged commit ec0cbb3 into opensearch-project:main Oct 16, 2023
15 of 16 checks passed
@reta reta added the backport 2.x Backport to 2.x branch label Oct 16, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 16, 2023
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit ec0cbb3)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Oct 17, 2023
… (#10654)

(cherry picked from commit ec0cbb3)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
deshsidd pushed a commit to deshsidd/OpenSearch that referenced this pull request Oct 19, 2023
…earch-project#10642)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Siddhant Deshmukh <deshsid@amazon.com>
austintlee pushed a commit to austintlee/OpenSearch that referenced this pull request Oct 23, 2023
shiv0408 pushed a commit to Gaurav614/OpenSearch that referenced this pull request Apr 25, 2024
…earch-project#10642)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch bug Something isn't working Storage:Snapshots v2.12.0 Issues and PRs related to version 2.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] repository-gcs java.lang.SecurityException
2 participants