From 0178453401b8560c60db09efd4e8de65d52ed1a7 Mon Sep 17 00:00:00 2001 From: outductor Date: Thu, 21 Dec 2023 12:42:24 +0900 Subject: [PATCH] apply rbac for sso --- .../cluster-wide-apps/app-of-other-apps/argo-workflows.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows.yaml b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows.yaml index 06d711c6e..fd0b46e6c 100644 --- a/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows.yaml +++ b/seichi-onp-k8s/manifests/seichi-kubernetes/apps/cluster-wide-apps/app-of-other-apps/argo-workflows.yaml @@ -32,6 +32,8 @@ spec: name: argo-workflows-sso key: client-secret redirectUrl: https://argo-workflows.onp-k8s.admin.seichi.click/oauth2/callback + rbac: # <- add this block + enabled: true # <- add this block destination: server: https://kubernetes.default.svc namespace: argo