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
bugfix: Support configauditing for rbac resource with capital letter name (#1356)
This code changes has following fixes
- When rbac resource is created with capital letter, then configaudit report were not generated for that resource bcoz of configaudit report name limitation. To resolve it, we are making sure that we will create configaudit report with lower case
- Starboard started support for Ingress resource, but in 1.18 ingress resources are present in old apis. So handled it as part of compatibility flow, so starboard can run and support k8s 1.18 onwards
fixes#1355
0 commit comments