diff --git a/services/keycloak/startup-scripts/00-configure-lagoon.sh b/services/keycloak/startup-scripts/00-configure-lagoon.sh index d4d83d64aa..b116232dc3 100755 --- a/services/keycloak/startup-scripts/00-configure-lagoon.sh +++ b/services/keycloak/startup-scripts/00-configure-lagoon.sh @@ -204,7 +204,7 @@ function migrate_to_custom_group_mapper { } -function add_notification_viewAll { +function add_notification_view_all { local api_client_id=$(/opt/keycloak/bin/kcadm.sh get -r lagoon clients?clientId=api --config $CONFIG_PATH | jq -r '.[0]["id"]') local view_all_notifications=$(/opt/keycloak/bin/kcadm.sh get -r lagoon clients/$api_client_id/authz/resource-server/permission?name=View+All+Notifications --config $CONFIG_PATH) @@ -267,7 +267,7 @@ function configure_keycloak { check_migrations_version migrate_to_custom_group_mapper - add_notification_viewAll + add_notification_view_all #post 2.18.0+ migrations after this point service-api_add_query-groups_permission