Skip to content

Commit

Permalink
Merge pull request #25794 from jhadvig/cp
Browse files Browse the repository at this point in the history
Add consoleplugins to list of console resource exceptions
  • Loading branch information
openshift-merge-robot committed Jan 14, 2021
2 parents 800c265 + ba7d6ff commit a5dfc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/authorization/rbac/groups_default_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,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", "consoleexternalloglinks", "consolenotifications", "consoleyamlsamples", "consolequickstarts").RuleOrDie(),
rbacv1helpers.NewRule(read...).Groups(consoleGroup).Resources("consoleclidownloads", "consolelinks", "consoleexternalloglinks", "consolenotifications", "consoleyamlsamples", "consolequickstarts", "consoleplugins").RuleOrDie(),

// HelmChartRepository instances keep Helm chart repository configuration
// By default users are able to browse charts from all configured repositories through console UI
Expand Down

0 comments on commit a5dfc51

Please sign in to comment.