Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
istio-service-rbac.yaml
...er-istio/1.1.5-rancher1/templates/istio-service-rbac.yaml
+27
-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