-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ClusterRole & ClusterRoleBinding hotreload (#92)
* Watch every minute if a CustomGroup rule change and apply them * Fix: OwnerRefInvalidNamespace when refering to a Service Account that doesn't exists in the same namespace * fix conflict * bump up helm chart patch version * Fix: OwnerRefInvalidNamespace when refering to a Service Account that doesn't exists in the same namespace * bump up helm chart patch version * Fix ldap Service Account when email has `_` * Fix ldap Service Account when email has `_` Signed-off-by: Victor Godoy Hernández <[email protected]> * bump up helm chart Signed-off-by: Victor Godoy Hernández <[email protected]> * Add Test for emails with special characters Signed-off-by: Victor Godoy Hernández <[email protected]> * Fix ClusterRole & ClusterRoleBinding hot reload Signed-off-by: Victor Godoy Hernández <[email protected]> * Delete garbage ClusterRoles Signed-off-by: Victor Godoy Hernández <[email protected]> * Fix missing error handle Signed-off-by: Victor Godoy Hernández <[email protected]> * Fix missing error handle Signed-off-by: Victor Godoy Hernández <[email protected]> * Delete ClusterRoleBinding or RoleBinding that reference ClusterRole Signed-off-by: Victor Godoy Hernández <[email protected]> * Fix Errors unhandled Signed-off-by: Victor Godoy Hernández <[email protected]>
- Loading branch information
Showing
3 changed files
with
177 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters