RBAC not active with direct SSO #20748
Labels
bug
Something isn't working
component:rbac
Issues related to Openshift and Racher
version:2.13
Latest confirmed affected version is 2.13
argocd version
.I've installed
argocd: v2.13.0+347f221
from Helm chart argo/argo-cd 7.7.0, and configured my local OIDC provider using minimal configuration according to https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#existing-oidc-provider:This works fine, I can login, and the User Info shows my email address and all groups I'm in, but I have all privileges, although RBAC is configured like this:
Updating the configmap with policy.default="" (argocd-server logs "RBAC ConfigMap 'argocd-rbac-cm' updated"), there should be no privileges at all, but I'm still admin-privileged, so apparently argocd-server thinks it hasn't any valid user configuration.
There's one anomaly that might be relevant: some group names provided by SSO include spaces. Still, all groups are listed correctly under User Info.
The text was updated successfully, but these errors were encountered: