Skip to content

Commit

Permalink
feat: change yaml multi line Indicator
Browse files Browse the repository at this point in the history
change yaml multi line Indicator

Signed-off-by: weichou1229 <[email protected]>
  • Loading branch information
weichou1229 committed Aug 23, 2024
1 parent 2dd5d1d commit db12086
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 17 deletions.
3 changes: 2 additions & 1 deletion compose-builder/add-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ services:
VAULT_ADDR: http://edgex-vault:8200
VAULT_CONFIG_DIR: /vault/config
VAULT_UI: "true"
VAULT_LOCAL_CONFIG: >
SKIP_SETCAP: "true"
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
}
Expand Down
4 changes: 3 additions & 1 deletion docker-compose-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -1322,7 +1323,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion docker-compose-with-app-sample-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -1399,7 +1400,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion docker-compose-with-app-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -1399,7 +1400,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion docker-compose-zero-trust-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -1153,7 +1154,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion docker-compose-zero-trust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -1153,7 +1154,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -1322,7 +1323,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2342,6 +2342,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -2360,7 +2361,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-keeper-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -2279,7 +2280,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -2279,7 +2280,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-mqtt-bus-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2407,6 +2407,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -2425,7 +2426,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-mqtt-bus-keeper-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2326,6 +2326,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -2344,7 +2345,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-mqtt-bus-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2326,6 +2326,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -2344,7 +2345,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-mqtt-bus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2407,6 +2407,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -2425,7 +2426,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-perf-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -1712,7 +1713,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -1712,7 +1713,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down
4 changes: 3 additions & 1 deletion taf/docker-compose-taf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2342,6 +2342,7 @@ services:
- /edgex-init/vault_wait_install.sh
environment:
PROXY_SETUP_HOST: edgex-security-proxy-setup
SKIP_SETCAP: "true"
STAGEGATE_BOOTSTRAPPER_HOST: edgex-security-bootstrapper
STAGEGATE_BOOTSTRAPPER_STARTPORT: "54321"
STAGEGATE_DATABASE_HOST: edgex-redis
Expand All @@ -2360,7 +2361,8 @@ services:
VAULT_LOCAL_CONFIG: |
backend "file" {
path = "/vault/file"
} disable_mlock = true
}
disable_mlock = true
VAULT_UI: "true"
hostname: edgex-vault
image: hashicorp/vault:1.14
Expand Down

0 comments on commit db12086

Please sign in to comment.