You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After creating a new ArgoCD instance with dex enabled, the integration with OpenShift SSO is not working, main reason is the missing DEX role(binding).
In other examples, on the same cluster is the ArgoCD creation with Dex integration working fine
To Reproduce
Steps to reproduce the behavior:
Create new ArgoCD kind
SSO not working
Role and Rolebinding for DEX is not available
Expected behavior
OpenShift SSO is working with ArgoCD
Screenshots
n/a
Additional context
Logs from dex pod
W1114 12:08:00.728631 1 reflector.go:324] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: failed to list *v1.Secret: secrets is forbidden: User "system:serviceaccount:bla-toolchain-gitops:bla-toolchain-gitops-argocd-dex-server" cannot list resource "secrets" in API group "" in the namespace "bla-toolchain-gitops"
E1114 12:08:00.728667 1 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1.Secret: failed to list *v1.Secret: secrets is forbidden: User "system:serviceaccount:bla-toolchain-gitops:bla-toolchain-gitops-argocd-dex-server" cannot list resource "secrets" in API group "" in the namespace "bla-toolchain-gitops"
oc get role -n bla-toolchain-gitops
NAME CREATED AT
bla-toolchain-gitops-applicationset-controller 2022-11-14T09:15:18Z
bla-toolchain-gitops-argocd-application-controller 2022-11-14T09:15:15Z
bla-toolchain-gitops-argocd-redis 2022-11-14T09:15:15Z
bla-toolchain-gitops-argocd-server 2022-11-14T09:15:15Z
bla-toolchain-gitops-read 2022-11-14T09:15:15Z
Describe the bug
After creating a new ArgoCD instance with
dex
enabled, the integration with OpenShift SSO is not working, main reason is the missing DEX role(binding).In other examples, on the same cluster is the ArgoCD creation with Dex integration working fine
To Reproduce
Steps to reproduce the behavior:
Expected behavior
OpenShift SSO is working with ArgoCD
Screenshots
n/a
Additional context
Logs from dex pod
ArgoCD Kind spec
OpenShift 4.10.4
OpenShift GitOps 1.5.6
The text was updated successfully, but these errors were encountered: