File tree Expand file tree Collapse file tree 11 files changed +26
-26
lines changed
Expand file tree Collapse file tree 11 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
1313kind : ClusterRole
1414apiVersion : rbac.authorization.k8s.io/v1beta1
1515metadata :
16- name : istio-pilot
16+ name : istio-pilot-istio-system
1717rules :
1818- apiGroups : ["config.istio.io"]
1919 resources : ["*"]
4040kind : ClusterRole
4141apiVersion : rbac.authorization.k8s.io/v1beta1
4242metadata :
43- name : istio-mixer
43+ name : istio-mixer-istio-system
4444rules :
4545- apiGroups : ["config.istio.io"] # Istio CRD watcher
4646 resources : ["*"]
5555kind : ClusterRole
5656apiVersion : rbac.authorization.k8s.io/v1beta1
5757metadata :
58- name : istio-ca
58+ name : istio-ca-istio-system
5959rules :
6060- apiGroups : [""]
6161 resources : ["secrets"]
6868kind : ClusterRole
6969apiVersion : rbac.authorization.k8s.io/v1beta1
7070metadata :
71- name : istio-sidecar
71+ name : istio-sidecar-istio-system
7272rules :
7373- apiGroups : ["istio.io"]
7474 resources : ["istioconfigs"]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
1313kind : ClusterRole
1414apiVersion : rbac.authorization.k8s.io/v1beta1
1515metadata :
16- name : istio-pilot
16+ name : istio-pilot-istio-system
1717rules :
1818- apiGroups : ["config.istio.io"]
1919 resources : ["*"]
4040kind : ClusterRole
4141apiVersion : rbac.authorization.k8s.io/v1beta1
4242metadata :
43- name : istio-mixer
43+ name : istio-mixer-istio-system
4444rules :
4545- apiGroups : ["config.istio.io"] # Istio CRD watcher
4646 resources : ["*"]
5555kind : ClusterRole
5656apiVersion : rbac.authorization.k8s.io/v1beta1
5757metadata :
58- name : istio-ca
58+ name : istio-ca-istio-system
5959rules :
6060- apiGroups : [""]
6161 resources : ["secrets"]
6868kind : ClusterRole
6969apiVersion : rbac.authorization.k8s.io/v1beta1
7070metadata :
71- name : istio-sidecar
71+ name : istio-sidecar-istio-system
7272rules :
7373- apiGroups : ["istio.io"]
7474 resources : ["istioconfigs"]
Original file line number Diff line number Diff line change 66kind : ClusterRole
77apiVersion : rbac.authorization.k8s.io/v1beta1
88metadata :
9- name : istio-pilot
9+ name : istio-pilot-istio-system
1010rules :
1111- apiGroups : ["config.istio.io"]
1212 resources : ["*"]
3333kind : ClusterRole
3434apiVersion : rbac.authorization.k8s.io/v1beta1
3535metadata :
36- name : istio-mixer
36+ name : istio-mixer-istio-system
3737rules :
3838- apiGroups : ["config.istio.io"] # Istio CRD watcher
3939 resources : ["*"]
4848kind : ClusterRole
4949apiVersion : rbac.authorization.k8s.io/v1beta1
5050metadata :
51- name : istio-ca
51+ name : istio-ca-istio-system
5252rules :
5353- apiGroups : [""]
5454 resources : ["secrets"]
6161kind : ClusterRole
6262apiVersion : rbac.authorization.k8s.io/v1beta1
6363metadata :
64- name : istio-sidecar
64+ name : istio-sidecar-istio-system
6565rules :
6666- apiGroups : ["istio.io"]
6767 resources : ["istioconfigs"]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
1313kind : ClusterRole
1414apiVersion : rbac.authorization.k8s.io/v1beta1
1515metadata :
16- name : istio-pilot
16+ name : istio-pilot-istio-system
1717rules :
1818- apiGroups : ["config.istio.io"]
1919 resources : ["*"]
4040kind : ClusterRole
4141apiVersion : rbac.authorization.k8s.io/v1beta1
4242metadata :
43- name : istio-mixer
43+ name : istio-mixer-istio-system
4444rules :
4545- apiGroups : ["config.istio.io"] # Istio CRD watcher
4646 resources : ["*"]
5555kind : ClusterRole
5656apiVersion : rbac.authorization.k8s.io/v1beta1
5757metadata :
58- name : istio-ca
58+ name : istio-ca-istio-system
5959rules :
6060- apiGroups : [""]
6161 resources : ["secrets"]
6868kind : ClusterRole
6969apiVersion : rbac.authorization.k8s.io/v1beta1
7070metadata :
71- name : istio-sidecar
71+ name : istio-sidecar-istio-system
7272rules :
7373- apiGroups : ["istio.io"]
7474 resources : ["istioconfigs"]
Original file line number Diff line number Diff line change 66kind: ClusterRole
77apiVersion: rbac.authorization.k8s.io /v1beta1
88metadata:
9- name: istio-pilot
9+ name: istio-pilot-{ISTIO_NAMESPACE}
1010rules:
1111- apiGroups: [" config.istio.io" ]
1212 resources: [" *" ]
3333kind: ClusterRole
3434apiVersion: rbac.authorization.k8s.io /v1beta1
3535metadata:
36- name: istio-mixer
36+ name: istio-mixer-{ISTIO_NAMESPACE}
3737rules:
3838- apiGroups: [" config.istio.io" ] # Istio CRD watcher
3939 resources: [" *" ]
4848kind: ClusterRole
4949apiVersion: rbac.authorization.k8s.io /v1beta1
5050metadata:
51- name: istio-ca
51+ name: istio-ca-{ISTIO_NAMESPACE}
5252rules:
5353- apiGroups: [" " ]
5454 resources: [" secrets" ]
6161kind: ClusterRole
6262apiVersion: rbac.authorization.k8s.io /v1beta1
6363metadata:
64- name: istio-sidecar
64+ name: istio-sidecar-{ISTIO_NAMESPACE}
6565rules:
6666- apiGroups: [" istio.io" ]
6767 resources: [" istioconfigs" ]
Original file line number Diff line number Diff line change 2929set -x
3030
3131echo ' Running e2e no rbac, with auth Tests'
32- ./prow/e2e-suite.sh --auth_enable
32+ ./prow/e2e-suite.sh --auth_enable " ${ @ } "
Original file line number Diff line number Diff line change 2929set -x
3030
3131echo ' Running e2e no rbac, no auth Tests'
32- ./prow/e2e-suite.sh
32+ ./prow/e2e-suite.sh " ${ @ } "
Original file line number Diff line number Diff line change 3131RBAC_FILE=' install/kubernetes/istio-rbac-beta.yaml'
3232
3333echo ' Running e2e with rbac, with auth Tests'
34- ./prow/e2e-suite.sh --rbac_path=" ${RBAC_FILE} " --auth_enable
34+ ./prow/e2e-suite.sh --rbac_path=" ${RBAC_FILE} " --auth_enable " ${ @ } "
Original file line number Diff line number Diff line change 3131RBAC_FILE=' install/kubernetes/istio-rbac-beta.yaml'
3232
3333echo ' Running e2e with rbac, no auth Tests'
34- ./prow/e2e-suite.sh --rbac_path=" ${RBAC_FILE} "
34+ ./prow/e2e-suite.sh --rbac_path=" ${RBAC_FILE} " " ${ @ } "
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ if [ "${CI:-}" == 'bootstrap' ]; then
3636fi
3737
3838echo ' Running Integration Tests'
39- ./tests/e2e.sh ${E2E_ARGS[@]:- } ${@ }
39+ ./tests/e2e.sh ${E2E_ARGS[@]:- } " ${@ } "
You can’t perform that action at this time.
0 commit comments