From 2bfaecc3f19763622380afcaa5af4a80d2ac11c8 Mon Sep 17 00:00:00 2001
From: Mariano Cano <mariano@smallstep.com>
Date: Tue, 13 Aug 2019 18:28:04 -0700
Subject: [PATCH] Add ClusterRole to read secrets.

---
 config/rbac/role.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml
index 9cb0d26..8a4277a 100644
--- a/config/rbac/role.yaml
+++ b/config/rbac/role.yaml
@@ -43,3 +43,11 @@ rules:
   - get
   - patch
   - update
+- apiGroups:
+  - ""
+  resources:
+  - secrets
+  verbs:
+  - get
+  - list
+  - watch
-- 
GitLab