Skip to content

Commit

Permalink
feat:流水线插件自定义前端框架,支持使用插件私有配置 TencentBlueKing#4600
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyin0801 committed Jul 16, 2021
1 parent 25836e7 commit 3285019
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@ class UserSensitiveConfServiceImpl @Autowired constructor(
AESUtil.encrypt(aesKey, fieldValue)
}
} else {
fieldValue
if (fieldValue == aesMock) {
null
} else {
fieldValue
}
}
sensitiveConfDao.update(
dslContext = dslContext,
Expand Down

0 comments on commit 3285019

Please sign in to comment.