Skip to content

Commit

Permalink
Merge pull request #261 from vshn/update-prov-kub-rbac
Browse files Browse the repository at this point in the history
Update provider kubernetes rbac
  • Loading branch information
zugao authored Nov 17, 2023
2 parents a24b5ca + 45e6352 commit f5726fe
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 0 deletions.
5 changes: 5 additions & 0 deletions component/component/provider.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ local controllerConfigRef(config) =
resources: [ 'vshnpostgresqls' ],
verbs: [ 'get', 'update' ],
},
{
apiGroups: [ 'appcat.vshn.io' ],
resources: [ 'objectbuckets' ],
verbs: [ 'get', 'list', 'watch', 'update', 'patch', 'create', 'delete' ],
},
{
apiGroups: [ 'vshn.appcat.vshn.io' ],
resources: [ 'vshnredis' ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,18 @@ rules:
verbs:
- get
- update
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,18 @@ rules:
verbs:
- get
- update
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,18 @@ rules:
verbs:
- get
- update
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,18 @@ rules:
verbs:
- get
- update
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,18 @@ rules:
verbs:
- get
- update
- apiGroups:
- appcat.vshn.io
resources:
- objectbuckets
verbs:
- get
- list
- watch
- update
- patch
- create
- delete
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down

0 comments on commit f5726fe

Please sign in to comment.