Skip to content

Commit

Permalink
feature: Job 支持容器执行 - 脚本任务 TencentBlueKing#2631
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Feb 19, 2024
1 parent 33272d9 commit b930a84
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ public AuthResult authExecutePlan(String username,
buildAppScopeResourcePath(appResourceScope, ResourceTypeEnum.TEMPLATE, templateId.toString()));

if (log.isDebugEnabled()) {
log.debug("Auth execute plan, username:{}, appResourceScope:{}, planId:{}, planInstance:{}, hostInstances:{}",
log.debug("Auth execute plan, username:{}, appResourceScope:{}, planId:{}, planInstance:{}," +
" hostInstances:{}",
username, appResourceScope, planId, planInstance, hostInstanceList);
}
boolean isAllowed = authHelper.isAllowed(username, ActionId.LAUNCH_JOB_PLAN, planInstance, hostInstanceList);
Expand Down

0 comments on commit b930a84

Please sign in to comment.