From 98d6efd2818b64645661127cb5768389ebd0097a Mon Sep 17 00:00:00 2001 From: "Benjamin A. Petersen" Date: Mon, 15 Jul 2019 15:04:09 -0400 Subject: [PATCH] Add ConsoleLogLinks to exceptions list for Console CRDs --- test/extended/authorization/rbac/groups_default_rules.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extended/authorization/rbac/groups_default_rules.go b/test/extended/authorization/rbac/groups_default_rules.go index fdaecfaba78b..a5c88900f206 100644 --- a/test/extended/authorization/rbac/groups_default_rules.go +++ b/test/extended/authorization/rbac/groups_default_rules.go @@ -116,7 +116,7 @@ var ( // These custom resources are used to extend console functionality // The console team is working on eliminating this exception in the near future - rbacv1helpers.NewRule(read...).Groups(consoleGroup).Resources("consoleclidownloads", "consolelinks", "consolenotifications").RuleOrDie(), + rbacv1helpers.NewRule(read...).Groups(consoleGroup).Resources("consoleclidownloads", "consolelinks", "consoleexternalloglinks", "consolenotifications").RuleOrDie(), }, allUnauthenticatedRules..., )