Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#2473 from wangyu096/feature/audit_…
Browse files Browse the repository at this point in the history
…3.8.x

feature: Job 对接审计中心 TencentBlueKing#1765
  • Loading branch information
jsonwan committed Sep 25, 2023
2 parents eb266b7 + 9f2ab75 commit fde01b2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions support-files/kubernetes/charts/bk-job/VALUES_LOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# chart values 更新日志

## 0.5.3
1. 增加操作审计相关配置

```yaml
## 操作审计配置
audit:
# 是否开启操作审计
enabled: true
# 作业平台系统ID
systemId: bk_job
```

## 0.5.2
1.增加依赖宿主机GSE Agent的分发相关配置

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ data:
iam:
base-url: {{ .Values.bkIamApiUrl }}
system-id: {{ .Values.iam.systemId }}
audit:
enabled: {{ .Values.audit.enabled }}
system-id: {{ .Values.audit.systemId }}
paas:
server:
url: {{ .Values.bkPaasUrl }}
Expand Down
7 changes: 7 additions & 0 deletions support-files/kubernetes/charts/bk-job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,13 @@ iam:
# 作业平台注册到IAM的系统ID
systemId: bk_job

## 操作审计配置
audit:
# 是否开启操作审计
enabled: true
# 作业平台系统ID
systemId: bk_job

## 蓝鲸制品库配置
artifactory:
admin:
Expand Down
3 changes: 3 additions & 0 deletions support-files/templates/#etc#job#job-common#application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ gseV2:
iam:
base-url: __BK_IAM_PRIVATE_URL__
system-id: bk_job
audit:
enabled: true
system-id: bk_job
paas:
server:
url: __BK_PAAS_PUBLIC_URL__
Expand Down

0 comments on commit fde01b2

Please sign in to comment.