-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45066 from sberyozkin/oidc_mtls_generate_certs
Update OIDC MTLS test to use generated certificates
- Loading branch information
Showing
8 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
integration-tests/oidc-mtls/src/main/resources/application.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
quarkus.http.tls-configuration-name=oidc-mtls | ||
quarkus.tls.oidc-mtls.key-store.jks.path=server-keystore.jks | ||
quarkus.tls.oidc-mtls.key-store.jks.password=secret | ||
quarkus.tls.oidc-mtls.trust-store.jks.path=server-truststore.jks | ||
quarkus.tls.oidc-mtls.trust-store.jks.password=password | ||
quarkus.tls.oidc-mtls.key-store.p12.path=target/certificates/oidc-keystore.p12 | ||
quarkus.tls.oidc-mtls.key-store.p12.password=password | ||
quarkus.tls.oidc-mtls.trust-store.p12.path=target/certificates/oidc-server-truststore.p12 | ||
quarkus.tls.oidc-mtls.trust-store.p12.password=password | ||
|
||
quarkus.http.auth.inclusive=true | ||
|
||
quarkus.http.ssl.client-auth=REQUIRED | ||
quarkus.http.insecure-requests=DISABLED | ||
quarkus.native.additional-build-args=-H:IncludeResources=.*\\.jks | ||
quarkus.native.additional-build-args=-H:IncludeResources=target/certificates/.*\\.p12 |
Binary file not shown.
Binary file removed
BIN
-925 Bytes
integration-tests/oidc-mtls/src/main/resources/server-truststore.jks
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file removed
BIN
-2.37 KB
integration-tests/oidc-mtls/src/test/resources/client-truststore.jks
Binary file not shown.