You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user-org-jobs/user-deletion-cleanup/src/main/scala/org/sunbird/job/deletioncleanup/util/KeyCloakConnectionProvider.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class KeyCloakConnectionProvider(config: UserDeletionCleanupConfig) {
28
28
valSSO_REALM= config.keycloakRealm
29
29
valSSO_POOL_SIZE= config.keycloakPoolSize
30
30
if (StringUtils.isBlank(SSO_URL) ||StringUtils.isBlank(username) ||StringUtils.isBlank(password) ||StringUtils.isBlank(CLIENT_ID) ||StringUtils.isBlank(SSO_REALM)) {
31
-
logger.info("key cloak connection is not provided by Environment variable.")
31
+
logger.info("Keycloak connection is not provided by the configuration.")
32
32
returnnull
33
33
}
34
34
@@ -65,4 +65,4 @@ class KeyCloakConnectionProvider(config: UserDeletionCleanupConfig) {
0 commit comments