Rke2 and oidc integration

hi all

I am trying to integrate OIDC with rke2. installed Dex works well for login. but when we add oidc config.yml. sometimes it comes up but oidc param is not loading in ps aux. and some times it just hangs. wondering if any one had a similar issue.

kube-apiserver-arg:

 “oidc-issuer-url=http://ip/dex”
 “oidc-client-id=sei-kubectl-cli”
 “oidc-username-claim=email”
 “oidc-username-prefix=oidc:”
 “oidc-groups-claim=groups”
 "oidc-groups-prefix=oidc: