RT 已经按照文档将kubesphere-config 的oauthOptions 参数改好,按照的是https://deploy-preview-403–kubesphere-v3.netlify.app/zh/docs/access-control-and-account-management/oauth2/ 这个例子里面配置的,重启ks-apiserver 之后配置文件生效,但是登陆页不能看到配置好的git登录框,请问下原因有可能是什么 已知 kapis/config.kubesphere.io/v1alpha2/configs/oauth 这个接口返回的结果是
{
“identityProviders”: [
{
“name”: “github”,
“mappingMethod”: “mixed”,
“type”: “GitHubIdentityProvider”
}
],
“accessTokenMaxAge”: 3600000000000,
“accessTokenInactivityTimeout”: 1800000000000
}
感觉好像是配置文件没有读全导致的,请大佬给个提示