From bd2611dcae72d16154cca9de90f74ffb9614b245 Mon Sep 17 00:00:00 2001 From: Alan Clucas Date: Tue, 9 Dec 2025 13:45:06 +0000 Subject: [PATCH] docs: remove beta designation from SSO RBAC Namespace Delegation The SSO RBAC Namespace Delegation feature is now stable and no longer considered beta. Signed-off-by: Claude --- docs/argo-server-sso.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/argo-server-sso.md b/docs/argo-server-sso.md index b9b5f2917f36..7b1fad3dfe30 100644 --- a/docs/argo-server-sso.md +++ b/docs/argo-server-sso.md @@ -119,7 +119,6 @@ See [Service Account Secrets](service-account-secrets.md) for detailed instructi You can optionally configure RBAC SSO per namespace. Typically, an organization has a Kubernetes cluster and a central team (the owner of the cluster) manages the cluster. Along with this, there are multiple namespaces which are owned by individual teams. This feature would help namespace owners to define RBAC for their own namespace. -The feature is currently in beta. To enable the feature, set env variable `SSO_DELEGATE_RBAC_TO_NAMESPACE=true` in your argo-server deployment. ### Recommended usage