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

[FEATURE] Integration tests should generate X.509 certificates in the course of tests execution #2057

Closed
lukasz-soszynski-eliatra opened this issue Aug 30, 2022 · 3 comments
Labels
enhancement New feature or request triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.

Comments

@lukasz-soszynski-eliatra
Copy link
Contributor

Is your feature request related to a problem?
The issue is related to the new test framework, please see #1967 (comment)

What solution would you like?
Use certificates which are generated dynamically instead of certificates which are hard coded in source code.

What alternatives have you considered?
It is possible to still use certificates hardcoded in source code

Do you have any additional context?
The feature is related to the extension of new test framework for integration tests: #1967

@lukasz-soszynski-eliatra lukasz-soszynski-eliatra added enhancement New feature or request untriaged Require the attention of the repository maintainers and may need to be prioritized labels Aug 30, 2022
@peternied peternied removed the untriaged Require the attention of the repository maintainers and may need to be prioritized label Sep 6, 2022
@davidlago davidlago added the triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable. label Oct 10, 2022
@cwperks
Copy link
Member

cwperks commented Feb 20, 2023

[Triage] This was addressed in the new test framework, but should be extended to all integration tests

@stephen-crawford
Copy link
Contributor

I am not sure how realistic this is without using bouncy castle: https://stackoverflow.com/questions/1615871/creating-an-x509-certificate-in-java-without-bouncycastle?rq=4.

@cwperks you said there was hesitancy to use Bouncy Castle for this task? It seems like this will require writing our own serializer for the certificates.

@cwperks
Copy link
Member

cwperks commented Nov 7, 2024

Cert generation is done in the integrationTest framework. Closing this issue.

@cwperks cwperks closed this as completed Nov 7, 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
Development

No branches or pull requests

5 participants