- Notifications
You must be signed in to change notification settings - Fork913
Open
Milestone
Description
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.