Skip to content

Commit 8212543

Browse files
authored
Update CMX policies (#2966)
1 parent 9ae305e commit 8212543

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

docs/vendor/team-management-rbac-resource-names.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,18 @@ Grants the holder permission to get cluster details.
202202

203203
Grants the holder permission to upgrade a cluster.
204204

205+
### kots/cluster/tag/update
206+
207+
Grants the holder permission to update cluster tags.
208+
209+
### kots/cluster/ttl/update
210+
211+
Grants the holder permission to update cluster ttl.
212+
213+
### kots/cluster/[:clusterId]/nodegroup
214+
215+
Grants the holder permission to update nodegroup details.
216+
205217
### kots/cluster[:clusterId]/kubeconfig
206218

207219
Grants the holder permision to get the kubeconfig for a cluster.
@@ -210,6 +222,62 @@ Grants the holder permision to get the kubeconfig for a cluster.
210222

211223
Grants the holder permission to delete a cluster.
212224

225+
### kots/cluster/[:clusterId]/addon/list
226+
227+
Grants the holder permission to list addons for a cluster.
228+
229+
### kots/cluster/[:clusterId]/addon/[:addonId]/read
230+
231+
Grants the holder permission to read the addon for a cluster.
232+
233+
### kots/cluster/[:clusterId]/addon/[:addonId]/delete
234+
235+
Grants the holder permission to delete the addon for a cluster.
236+
237+
### kots/cluster/[:clusterId]/addon/create/objectStore
238+
239+
Grants the holder permission to create an object store for a cluster.
240+
241+
### kots/cluster/[:clusterId]/port/expose
242+
243+
Grants the holder permission to expose a port for a cluster.
244+
245+
### kots/cluster/[:clusterId]/port/delete
246+
247+
Grants the holder permission to delete a port for a cluster.
248+
249+
### kots/cluster/[:clusterId]/port/list
250+
251+
Grants the holder permission to list exposed ports for a cluster.
252+
253+
### kots/cluster/list-quotas
254+
255+
Grants the holder permission to list the quotas.
256+
257+
### kots/cluster/increase-quota
258+
259+
Grants the holder permission to request an increase in the quota.
260+
261+
### kots/vm/tag/update
262+
263+
Grants the holder permission to update vm tags.
264+
265+
### kots/vm/ttl/update
266+
267+
Grants the holder permission to update vm ttl.
268+
269+
### kots/vm/[:vmId]/port/expose
270+
271+
Grants the holder permission to expose a port for a vm.
272+
273+
### kots/vm/[:vmId]/port/list
274+
275+
Grants the holder permission to list exposed ports for a vm.
276+
277+
### kots/vm/[:vmId]/addon/[:addonId]/delete
278+
279+
Grants the holder permission to delete the addon for a vm.
280+
213281
## Team
214282

215283
### team/auditlog/read

0 commit comments

Comments
 (0)