Skip to content

Commit

Permalink
Merge pull request #1786 from michalvavrik/feature/keycloak-oidc-mtls…
Browse files Browse the repository at this point in the history
…-client-fips

Run OIDC client mTLS tests in FIPS-enabled environment
  • Loading branch information
gtroitsk authored May 8, 2024
2 parents c9c0e7d + efb3f02 commit 87c3da8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import static io.restassured.RestAssured.given;

import org.apache.http.HttpStatus;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

import io.quarkus.test.bootstrap.KeycloakService;
Expand All @@ -18,7 +17,6 @@
* If keystore/truststore file type does not match declared one, communication between OIDC server
* and client should fail.
*/
@Tag("fips-incompatible")
@QuarkusScenario
public class IncorrectKsFileTypeOidcMtlsIT extends BaseOidcMtlsIT {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import io.quarkus.test.services.KeycloakContainer;
import io.quarkus.test.services.QuarkusApplication;

@Tag("fips-incompatible")
@QuarkusScenario
public class JksOidcMtlsIT extends KeycloakMtlsAuthN {

Expand Down

0 comments on commit 87c3da8

Please sign in to comment.