Skip to content

Commit

Permalink
fix: managegroups to realm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Jul 8, 2024
1 parent eaa0096 commit b190799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operator/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ async function manageGroups(connection: KeycloakConnection) {
}),
)
console.log('Finished managing groups')
await keycloakConfigMapChanges()
} catch (error) {
console.error('Error in manageGroups: ', error)
}
Expand Down

0 comments on commit b190799

Please sign in to comment.