-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Hello Team,
I have installed the group-sync operator in an ARO Cluster. But the configuration is still in LastReconcileCycleFailed A customer has reinstalled the Group Sync Operator, and while they have identified a possible cause of the issue, the error persists.
After reinstalling group-sync, they encountered the following logs:
INFO controllers.GroupSync Beginning Sync {"groupsync": "group-sync-operator/azure-groupsync", "Provider": "azure"}
1.7424798661324766e+09 ERROR syncer_azure Failed to get Group members for Group {"Group": "user", "Provider": "azure", "error": "error status code received from the API"}
Upon validation, the group did not exist in Azure AD. To test, they:
1. Created the group in Azure AD.
2. Added a member to it.
3. Updated the GroupSync YAML configuration to include it.
However, the issue persists, and the API error continues to appear.
Even after uninstalling and reinstalling the operator, the same error is logged, which suggests that the operator might be caching previous configurations. They are reviewing the provided documentation for alternative approaches but would appreciate any insights on what could be causing this behavior.
Has anyone encountered a similar issue where Group Sync Operator? Any guidance would be greatly appreciated.