Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joe Mayer
system-charts
Commits
dd6b3832
Commit
dd6b3832
authored
Jun 06, 2019
by
Guangbo Chen
Committed by
Craig Jellick
Jun 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rbac to istio services of rancher
parent
f503fe74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
charts/rancher-istio/1.1.5-rancher1/templates/istio-service-rbac.yaml
...er-istio/1.1.5-rancher1/templates/istio-service-rbac.yaml
+26
-0
No files found.
charts/rancher-istio/1.1.5-rancher1/templates/istio-service-rbac.yaml
0 → 100644
View file @
dd6b3832
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
Role
metadata
:
namespace
:
{{
.Release.Namespace
}}
name
:
istio-service-reader
rules
:
-
apiGroups
:
[
"
"
]
resources
:
[
"
services/proxy"
]
resourceNames
:
[
"
http:kiali-http:80"
,
"
http:tracing:80"
,
"
http:grafana:80"
,
"
http:prometheus-http:80"
]
verbs
:
[
"
get"
,
"
watch"
,
"
list"
]
---
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
RoleBinding
metadata
:
name
:
read-istio-service
namespace
:
{{
.Release.Namespace
}}
subjects
:
-
kind
:
Group
name
:
system:authenticated
apiGroup
:
rbac.authorization.k8s.io
roleRef
:
kind
:
Role
name
:
istio-service-reader
apiGroup
:
rbac.authorization.k8s.io
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment