cruise-automation / rbacsync

Automatically sync groups into Kubernetes RBAC
Apache License 2.0
238 stars 33 forks source link

Do not modify group to role bindings when a temporary error occurs. #14

Closed mattlandis closed 5 years ago

mattlandis commented 5 years ago

When a temporary error causes a grouper to fail returning memberships for a group the associated RoleBindings should not be modified.

This is a fix for issue #7 .