Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
helm.sh/hook: pre-install, pre-upgrade
helm.sh/hook-weight: '-1'
labels:
app.kubernetes.io/instance: envoy-gateway
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: gateway-helm
app.kubernetes.io/version: v1.7.3
helm.sh/chart: gateway-helm-v1.7.3
name: envoy-gateway-gateway-helm-certgen:envoy-gateway-system
rules:
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
verbs:
- get
- list
- watch
- apiGroups:
- admissionregistration.k8s.io
resourceNames:
- envoy-gateway-topology-injector.envoy-gateway-system
resources:
- mutatingwebhookconfigurations
verbs:
- update
- patch
144 changes: 144 additions & 0 deletions _/ClusterRole/envoy-gateway-gateway-helm-envoy-gateway-role.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: envoy-gateway-gateway-helm-envoy-gateway-role
rules:
- apiGroups:
- ''
resources:
- nodes
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses/status
verbs:
- update
- apiGroups:
- multicluster.x-k8s.io
resources:
- serviceimports
verbs:
- get
- list
- watch
- apiGroups:
- ''
resources:
- configmaps
- secrets
- services
verbs:
- get
- list
- watch
- apiGroups:
- apps
resources:
- deployments
- daemonsets
verbs:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- get
- list
- watch
- apiGroups:
- gateway.envoyproxy.io
resources:
- envoyproxies
- envoypatchpolicies
- clienttrafficpolicies
- backendtrafficpolicies
- securitypolicies
- envoyextensionpolicies
- backends
- httproutefilters
verbs:
- get
- list
- watch
- apiGroups:
- gateway.envoyproxy.io
resources:
- envoypatchpolicies/status
- clienttrafficpolicies/status
- backendtrafficpolicies/status
- securitypolicies/status
- envoyextensionpolicies/status
- backends/status
verbs:
- update
- apiGroups:
- gateway.networking.k8s.io
resources:
- gateways
- grpcroutes
- httproutes
- referencegrants
- tcproutes
- tlsroutes
- udproutes
- backendtlspolicies
verbs:
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- gateways/status
- grpcroutes/status
- httproutes/status
- tcproutes/status
- tlsroutes/status
- udproutes/status
- backendtlspolicies/status
verbs:
- update
- apiGroups:
- gateway.networking.x-k8s.io
resources:
- xlistenersets
verbs:
- get
- list
- watch
- apiGroups:
- gateway.networking.x-k8s.io
resources:
- xlistenersets/status
verbs:
- update
- apiGroups:
- ''
resources:
- pods
- pods/binding
verbs:
- get
- list
- patch
- update
- watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
annotations:
helm.sh/hook: pre-install, pre-upgrade
helm.sh/hook-weight: '-1'
labels:
app.kubernetes.io/instance: envoy-gateway
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: gateway-helm
app.kubernetes.io/version: v1.7.3
helm.sh/chart: gateway-helm-v1.7.3
name: envoy-gateway-gateway-helm-certgen:envoy-gateway-system
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: envoy-gateway-gateway-helm-certgen:envoy-gateway-system
subjects:
- kind: ServiceAccount
name: envoy-gateway-gateway-helm-certgen
namespace: envoy-gateway-system
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: envoy-gateway-gateway-helm-envoy-gateway-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: envoy-gateway-gateway-helm-envoy-gateway-role
subjects:
- kind: ServiceAccount
name: envoy-gateway
namespace: envoy-gateway-system
Loading
Loading