kubesphere版本3.2.1,开启联邦模式,创建的用户无法登陆,admin登陆是正常的,hosts和成员集群的jwt是一致的
在ks-installer上执行
curl -u ops:DevOps2022 http://10.96.3.175/api/v1/nodes
提示如下报错
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {
},
"status": "Failure",
"message": "Unauthorized: account is not active",
"reason": "Unauthorized",
"code": 401
}

E1116 18:33:19.373426 1 reflector.go:138] /workspace/cmd/controller-manager/app/controllers.go:131:
Failed to watch types.kubefed.io/v1beta1, Kind=FederatedGlobalRoleBinding:
failed to list types.kubefed.io/v1beta1, Kind=FederatedGlobalRoleBinding:
the server could not find the requested resource

<-- POST /login 2022/11/16T18:38:07.073
{
code: 500,
error: 'server_error',
error_description: 'account is not active',
statusText: 'Internal Server Error'
}
--> POST /login 200 6ms 47b 2022/11/16T18:38:07.079