-
Notifications
You must be signed in to change notification settings - Fork 36
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
Rest-assurance client is not working with BCFIPS certificates #638
Conversation
45c72a4
to
a07b75b
Compare
lgtm so far, I'll finish review on Monday |
a07b75b
to
4d9c2b4
Compare
@pjgg one test fails on my workstation
my configuration
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please have a look to the exception.
...stle-fips/src/test/java/io/quarkus/ts/security/bouncycastle/fips/BouncyCastleFipsJsseIT.java
Outdated
Show resolved
Hide resolved
...stle-fips/src/test/java/io/quarkus/ts/security/bouncycastle/fips/BouncyCastleFipsJsseIT.java
Outdated
Show resolved
Hide resolved
4d9c2b4
to
ab415aa
Compare
Looks like doesn't work on JDK17 |
ab415aa
to
f393fff
Compare
Rest-assurance client is not working with BCFIPS certificates, swap to Vertx HTTP client. Also, we have to split the module in two because QuarkusScenarios doesn't deal well with bouncyCastle Jsse so we used QuarkusTest instead. But...quarkusTest doesn't support "pom dependencies injection for a single scenario", so this is why we end with two different modules.
f393fff
to
bcba925
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Rest-assurance client is not working with BCFIPS certificates, swap to Vertx HTTP client.
Also, we have to split the module in two because
QuarkusScenarios
doesn't deal well with bouncyCastle Jsseso we used QuarkusTest instead. But...quarkusTest doesn't support "pom dependencies injection for a single scenario", so this is why we end with two different modules.
Please select the relevant options.
Checklist: