kubevela/velaux

velaux can't list dex gitlab login ways

knowdee opened this issue · 2 comments

Describe the bug
I add gitlab login ways by the velaux page.
1111
But there are no gitlab login ways list on the velaux login page .
2222

3333

KubeVela Version
1.9.5

Additional context
kubernetes version 1.24.10

I try to add ldap connector config ,there are no no login list item in the page of velaux ,too.

我是能在 dex 正常添加 LDAP 但是登陆回调的时候会报错。
I can normally add LDAP configurations in dex, but an error will occur during the login callback.
Does anyone know how to troubleshoot this?

Dex Error
<html>
 <head><title>403 Forbidden</title></head>
 <body>
 <center><h1>403 Forbidden</h1></center>
 <hr><center>nginx</center>
 </body>
 </html>
 (500)
image image image image
Request URL:
https://test-velaux.example.cn/api/v1/auth/login
Request Method:
POST
Status Code:
500 Internal Server Error

Response
{
 "BusinessCode": 500,
 "Message": "403 Forbidden: \u003chtml\u003e\r\n\u003chead\u003e\u003ctitle\u003e403 Forbidden\u003c/title\u003e\u003c/head\u003e\r\n\u003cbody\u003e\r\n\u003ccenter\u003e\u003ch1\u003e403 Forbidden\u003c/h1\u003e\u003c/center\u003e\r\n\u003chr\u003e\u003ccenter\u003enginx\u003c/center\u003e\r\n\u003c/body\u003e\r\n\u003c/html\u003e\r\n"
}