We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95369e3 commit 47f3da4Copy full SHA for 47f3da4
src/main/kotlin/com/cosmotech/api/security/keycloak/KeycloakSecurityConfiguration.kt
@@ -98,7 +98,7 @@ internal open class KeycloakSecurityConfiguration(
98
}
99
if (tlsEnabled) {
100
nimbusJwtDecoderBuilder.restOperations(
101
- restTemplateBuilder.setSslBundle(sslBundles.getBundle(tlsBundle)).build())
+ restTemplateBuilder.sslBundle(sslBundles.getBundle(tlsBundle)).build())
102
103
val nimbusJwtDecoder = nimbusJwtDecoderBuilder.build()
104
0 commit comments