Skip to content

Commit

Permalink
Merge pull request #4513 from fitzcao/issues_4510
Browse files Browse the repository at this point in the history
feat: 质量红线权限补齐 #4510 #4511
  • Loading branch information
irwinsun authored Jun 24, 2021
2 parents 3fc266e + c350d2a commit f6e4fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class QualityConfiguration {
)

@Bean
@ConditionalOnProperty(prefix = "auth", name = ["idProvider"], havingValue = "v3")
@ConditionalOnProperty(prefix = "auth", name = ["idProvider"], havingValue = "bk_login_v3")
fun v3QualityPermissionServiceImpl(
authPermissionApi: AuthPermissionApi,
authResourceApi: AuthResourceApi,
Expand Down

0 comments on commit f6e4fdb

Please sign in to comment.