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
If an org admin misconfigures group/role sync and there is an error, the error is currently logged, and ignored.
This is because role/group sync happens on authentication, and not ignoring this error could make a misconfigured org block user's from accessing Coder. The log that is dropped is inaccessible by org admins.
So org admins have 0 notifications of configuration issues, and the errors will continue to go ignored.
There needs to be a method of raising sync issues to org admins.