Navigation Menu

Skip to content

Commit

Permalink
Fix RBAC issues with networking.k8s.io (#4298)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jul 9, 2019
1 parent 3261866 commit e0e7b57
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 10 deletions.
24 changes: 19 additions & 5 deletions deploy/static/mandatory.yaml
Expand Up @@ -81,6 +81,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- "extensions"
resources:
Expand All @@ -90,14 +97,21 @@ rules:
- list
- watch
- apiGroups:
- ""
- "extensions"
resources:
- events
- ingresses/status
verbs:
- create
- patch
- update
- apiGroups:
- "extensions"
- "networking.k8s.io"
resources:
- ingresses
verbs:
- get
- list
- watch
- apiGroups:
- "networking.k8s.io"
resources:
- ingresses/status
verbs:
Expand Down
24 changes: 19 additions & 5 deletions deploy/static/rbac.yaml
Expand Up @@ -41,6 +41,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- "extensions"
resources:
Expand All @@ -50,14 +57,21 @@ rules:
- list
- watch
- apiGroups:
- ""
- "extensions"
resources:
- events
- ingresses/status
verbs:
- create
- patch
- update
- apiGroups:
- "extensions"
- "networking.k8s.io"
resources:
- ingresses
verbs:
- get
- list
- watch
- apiGroups:
- "networking.k8s.io"
resources:
- ingresses/status
verbs:
Expand Down

0 comments on commit e0e7b57

Please sign in to comment.