Skip to content

Commit

Permalink
Merge branch 'HXSecurity:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidaya0 committed Mar 29, 2022
2 parents 16f5b79 + 38eba8e commit c4983e9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
3 changes: 0 additions & 3 deletions deploy/docker-compose/config-tutorial.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ ssl = False
cc_addr = cc_addr
port = 25

[aliyun_oss]
access_key = LTAI5t7pu9WUT2DcbknfNiaD
access_key_secret = ZoEOSi7KfayQ7JalvJVHa37fdZ4XFY

[sca]
#https://iast.huoxian.cn/openapi/sca/v1
Expand Down
3 changes: 0 additions & 3 deletions deploy/docker-compose/config-tutorial.ini-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ ssl = False
cc_addr = cc_addr
port = 25

[aliyun_oss]
access_key = LTAI5t7pu9WUT2DcbknfNiaD
access_key_secret = ZoEOSi7KfayQ7JalvJVHa37fdZ4XFY

[sca]
#https://iast.huoxian.cn/openapi/sca/v1
Expand Down
4 changes: 0 additions & 4 deletions deploy/kubernetes/helm/templates/secret-dongtai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ cc_addr = {{.Values.smtp.cc_addr}}
port = {{.Values.smtp.port}}


[aliyun_oss]
access_key = {{.Values.aliyun_oss.access_key}}
access_key_secret = {{.Values.aliyun_oss.access_key_secret}}


[sca]
base_url = {{.Values.sca.base_url}}
Expand Down
3 changes: 0 additions & 3 deletions deploy/kubernetes/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ smtp:
ssl: False
cc_addr: cc_addr

aliyun_oss:
access_key: LTAI5t7pu9WUT2DcbknfNiaD
access_key_secret: ZoEOSi7KfayQ7JalvJVHa37fdZ4XFY

sca:
base_url: https://iast.huoxian.cn/openapi/sca/v1
4 changes: 0 additions & 4 deletions deploy/kubernetes/manifest/4.deploy-iast-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ data:
cc_addr = cc_addr
port = 25
[aliyun_oss]
access_key = LTAI5t7pu9WUT2DcbknfNiaD
access_key_secret = ZoEOSi7KfayQ7JalvJVHa37fdZ4XFY
[sca]
base_url = https://iast.huoxian.cn/openapi/sca/v1
Expand Down

0 comments on commit c4983e9

Please sign in to comment.