diff --git a/pkg/authorization/api/types.go b/pkg/authorization/api/types.go index 01e3a328b3ab..7fc9f4e5269d 100644 --- a/pkg/authorization/api/types.go +++ b/pkg/authorization/api/types.go @@ -63,8 +63,8 @@ var ( OpenshiftStatusGroupName: {"imagerepositories/status"}, QuotaGroupName: {"limitranges", "resourcequotas", "resourcequotausages"}, - KubeInternalsGroupName: {"endpoints", "minions", "nodes", "bindings", "events", "namespaces"}, - KubeExposedGroupName: {"pods", "replicationcontrollers", "services"}, + KubeInternalsGroupName: {"minions", "nodes", "bindings", "events", "namespaces"}, + KubeExposedGroupName: {"pods", "replicationcontrollers", "services", "endpoints"}, KubeAllGroupName: {KubeInternalsGroupName, KubeExposedGroupName, QuotaGroupName}, KubeStatusGroupName: {"pods/status", "resourcequotas/status", "namespaces/status"}, }