Skip to content
Snippets Groups Projects
Commit 1e30821d authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5400 add update realm role function

parent 2e62f0d4
Branches
Tags
No related merge requests found
...@@ -67,8 +67,8 @@ class KeycloakRealmService { ...@@ -67,8 +67,8 @@ class KeycloakRealmService {
} catch (Exception e) { } catch (Exception e) {
LOG.warn(existingRealm + ": Updating existing realm failed: ", e); LOG.warn(existingRealm + ": Updating existing realm failed: ", e);
throw e; throw e;
} }
addOrUpdateRealmRoles(spec,existingRealm.getRealm());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment