Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:oauth2 增加密码模式 #10663 #10703

Merged
merged 14 commits into from
Sep 26, 2024

Conversation

fcfang123
Copy link
Collaborator

feat:oauth2 增加密码模式 #10663

# Conflicts:
#	src/backend/ci/core/auth/biz-auth/src/test/kotlin/com/tencent/devops/auth/service/oauth2/AuthorizationCodeTokenGranterTest.kt
#	src/backend/ci/core/auth/biz-auth/src/test/kotlin/com/tencent/devops/auth/service/oauth2/RefreshTokenGranterTest.kt
Copy link
Member

@irwinsun irwinsun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2020_ci_auth-update_v2.0_mysql.sql 文件不对,现在是3.0了

@@ -14,13 +14,15 @@ class AuthOauth2AccessTokenDao {
accessToken: String? = null,
refreshToken: String? = null,
userName: String? = null,
passWord: String? = null,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

密码需要加密存储

@bkci-bot bkci-bot merged commit e1b68e6 into TencentBlueKing:master Sep 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants