summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2018-08-08 08:53:13 +0000
committerHuabing Zhao <zhaohuabing@gmail.com>2018-08-08 08:53:18 +0000
commitd3705a2f38e9ac0ac115d4ccbdd03bbc0607be76 (patch)
treed258ec52807da519c96c1bde4712367963ae1c12
parentcbb4449765898119aca44edba194b1927936078d (diff)
Grant write permission to msb service account
Issue-ID: MSB-255 Change-Id: I7148603a4de88d0a4cbcd29ad003800fc86424b5 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
-rw-r--r--install/msb-rbac.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/msb-rbac.yaml b/install/msb-rbac.yaml
index bcb1d87..1f93415 100644
--- a/install/msb-rbac.yaml
+++ b/install/msb-rbac.yaml
@@ -6,7 +6,7 @@ metadata:
spec:
rules:
- services: ["*"]
- methods: ["GET"]
+ methods: ["*"]
---
apiVersion: "rbac.istio.io/v1alpha1"
kind: ServiceRoleBinding