CodeAnalysis icon indicating copy to clipboard operation
CodeAnalysis copied to clipboard

Gitlab Oauth 500

Open b1cat opened this issue 1 year ago • 1 comments

image

b1cat avatar Mar 06 '24 02:03 b1cat

可通过手动进入数据库修改authen_scmoauthsetting 中 secret 字段为 varchar(255)

[root@localhost server]# docker exec -it codeanalysis_mysql_1 mysql -uroot -p

mysql> use codedog_main;

mysql> alter table authen_scmoauthsetting modify client_secret varchar(255) not null;

image

b1cat avatar Mar 06 '24 08:03 b1cat