support aliyun idaas oauth login

Signed-off-by: luxingmin <luxingmin@hongyaa.com.cn>
This commit is contained in:
luxingmin
2020-09-29 11:14:23 +08:00
parent a8c9be6dae
commit 1a39d62f63
3 changed files with 148 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ package options
import (
"fmt"
"github.com/spf13/pflag"
_ "kubesphere.io/kubesphere/pkg/apiserver/authentication/identityprovider/aliyunidaas"
_ "kubesphere.io/kubesphere/pkg/apiserver/authentication/identityprovider/github"
"kubesphere.io/kubesphere/pkg/apiserver/authentication/oauth"
"time"