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.
2 parents 51cdc56 + df0e364 commit 0998984Copy full SHA for 0998984
authorization/src/main/kotlin/org/modelix/authorization/AuthorizationConfig.kt
@@ -106,7 +106,7 @@ class ModelixAuthorizationConfig : IModelixAuthorizationConfig {
106
URI("${keycloakBaseUrl}realms/$keycloakRealm/protocol/openid-connect/certs")
107
}
108
109
- override var jwkKeyId: String? = null
+ override var jwkKeyId: String? = System.getenv("MODELIX_JWK_KEY_ID")
110
override var permissionSchema: Schema = buildPermissionSchema { }
111
112
private val hmac512KeyFromEnv by lazy {
0 commit comments