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

Remove duplicate permissions #3690

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

willyborankin
Copy link
Collaborator

@willyborankin willyborankin commented Nov 13, 2023

Description

Permission: permission java.util.PropertyPermission "*", "read,write"; was declared twice. Observed here: #3671
I will backport it in my PR.

Testing

[Please provide details of testing done: unit testing, integration testing and manual testing]

Check List

  • New functionality includes testing
  • New functionality has been documented
  • 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.

Signed-off-by: Andrey Pleskach <ples@aiven.io>
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #3690 (603f08d) into main (1ad8cf4) will increase coverage by 64.89%.
Report is 22 commits behind head on main.
The diff coverage is 63.24%.

Impacted file tree graph

@@            Coverage Diff            @@
##           main    #3690       +/-   ##
=========================================
+ Coverage      0   64.89%   +64.89%     
=========================================
  Files         0      292      +292     
  Lines         0    20770    +20770     
  Branches      0     3408     +3408     
=========================================
+ Hits          0    13479    +13479     
- Misses        0     5601     +5601     
- Partials      0     1690     +1690     
Files Coverage Δ
...mazon/dlic/auth/http/jwt/HTTPJwtAuthenticator.java 77.89% <ø> (ø)
...byoidc/HTTPJwtKeyByOpenIdConnectAuthenticator.java 91.66% <ø> (ø)
...azon/dlic/auth/http/jwt/keybyoidc/JwtVerifier.java 79.62% <ø> (ø)
.../dlic/auth/http/jwt/keybyoidc/KeySetRetriever.java 79.04% <ø> (ø)
.../auth/http/jwt/keybyoidc/SelfRefreshingKeySet.java 57.74% <ø> (ø)
...ic/auth/http/kerberos/HTTPSpnegoAuthenticator.java 0.00% <ø> (ø)
...azon/dlic/auth/http/kerberos/util/JaasKrbUtil.java 0.00% <ø> (ø)
...dlic/auth/http/saml/AuthTokenProcessorHandler.java 50.28% <ø> (ø)
...zon/dlic/auth/http/saml/Saml2SettingsProvider.java 60.18% <ø> (ø)
...auth/http/saml/SamlFilesystemMetadataResolver.java 0.00% <ø> (ø)
... and 147 more

... and 135 files with indirect coverage changes

@reta reta merged commit 7588593 into opensearch-project:main Nov 13, 2023
79 checks passed
@willyborankin
Copy link
Collaborator Author

Added backport into 2.x in #3671

cwperks pushed a commit that referenced this pull request Dec 6, 2023
Backported PRs:
- #2987
- #2927
- #3651
- #3690 
into 2.x

---------

Signed-off-by: Andrey Pleskach <ples@aiven.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants