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 hardcoded security provider #4583

Closed
terryquigleysas opened this issue Jul 19, 2024 · 2 comments · Fixed by #4605
Closed

Remove hardcoded security provider #4583

terryquigleysas opened this issue Jul 19, 2024 · 2 comments · Fixed by #4605
Assignees
Labels
enhancement New feature or request triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.

Comments

@terryquigleysas
Copy link
Contributor

Is your feature request related to a problem?
It may now be possible to remove the hardcoded call to add the BouncyCastleProvider from OpenSearchSecurityPlugin.java

What solution would you like?
Remove call to add the BouncyCastleProvider in OpenSearchSecurityPlugin.java and any associated code.

What alternatives have you considered?
N/A

Do you have any additional context?
This may have several benefits:

  • Removal of unnecessary code
  • Helps towards potential support of FIPS-compatible Bouncy Castle provider
  • Removes another SecurityManager reference

See related issues:
#3420
#1497
#1500
#3317

@terryquigleysas terryquigleysas added enhancement New feature or request untriaged Require the attention of the repository maintainers and may need to be prioritized labels Jul 19, 2024
@terryquigleysas
Copy link
Contributor Author

Please assign to me if happy with it. I will provide a PR.

@stephen-crawford
Copy link
Collaborator

[Triage] Hi @terryquigleysas, thanks for creating this issue. This makes sense with the FIPs compatibility effort you are making.

@stephen-crawford stephen-crawford added triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable. and removed untriaged Require the attention of the repository maintainers and may need to be prioritized labels Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Projects
None yet
2 participants