Files
service-catalog/charts/kubeflow/common/istio-1-24/kubeflow-istio-resources/base/cluster-roles.yaml
T
2025-06-24 12:03:10 +09:00

57 lines
1.2 KiB
YAML

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kubeflow-istio-admin
labels:
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-admin: "true"
aggregationRule:
clusterRoleSelectors:
- matchLabels:
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-istio-admin: "true"
rules: []
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kubeflow-istio-edit
labels:
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-edit: "true"
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-istio-admin: "true"
rules:
- apiGroups:
- istio.io
- networking.istio.io
resources: ["*"]
verbs:
- get
- list
- watch
# For security reasons we do not enable this by default. It could destabilize the platform and allow exploits.
#- create
#- delete
#- deletecollection
#- patch
#- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: kubeflow-istio-view
labels:
rbac.authorization.kubeflow.org/aggregate-to-kubeflow-view: "true"
rules:
- apiGroups:
- istio.io
- networking.istio.io
resources: ["*"]
verbs:
- get
- list
- watch