Skip to content

Commit

Permalink
Add permissions for caching.internal.knative.dev to edit and view role (
Browse files Browse the repository at this point in the history
#5992)

This patch adds permissions for `caching.internal.knative.dev` to edit
and view role.

It is similar to #5415 but just
roles are different.
  • Loading branch information
nak3 authored and knative-prow-robot committed Nov 11, 2019
1 parent 2c5a7da commit aba4def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/200-clusterrole-namespaced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ metadata:
rbac.authorization.k8s.io/aggregate-to-edit: "true"
serving.knative.dev/release: devel
rules:
- apiGroups: ["serving.knative.dev", "networking.internal.knative.dev", "autoscaling.internal.knative.dev"]
- apiGroups: ["serving.knative.dev", "networking.internal.knative.dev", "autoscaling.internal.knative.dev", "caching.internal.knative.dev"]
resources: ["*"]
verbs: ["create", "update", "patch", "delete"]
---
Expand All @@ -44,6 +44,6 @@ metadata:
rbac.authorization.k8s.io/aggregate-to-view: "true"
serving.knative.dev/release: devel
rules:
- apiGroups: ["serving.knative.dev", "networking.internal.knative.dev", "autoscaling.internal.knative.dev"]
- apiGroups: ["serving.knative.dev", "networking.internal.knative.dev", "autoscaling.internal.knative.dev", "caching.internal.knative.dev"]
resources: ["*"]
verbs: ["get", "list", "watch"]

0 comments on commit aba4def

Please sign in to comment.