Skip to content

Commit b0f2e91

Browse files
Update entrypoint.sh (#1799)
1 parent f5d512d commit b0f2e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aws/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo "Starting vsock proxy..."
2424

2525
build_parameterized_config() {
2626
curl -s -f -o "${PARAMETERIZED_CONFIG}" -x socks5h://127.0.0.1:3305 http://127.0.0.1:27015/getConfig
27-
REQUIRED_KEYS=("optout_base_url" "core_base_url" "core_api_token" "optout_api_token" "environment")
27+
REQUIRED_KEYS=("optout_base_url" "core_base_url" "core_api_token" "optout_api_token" "environment" "uid_instance_id_prefix")
2828
for key in "${REQUIRED_KEYS[@]}"; do
2929
if ! jq -e "has(\"${key}\")" "${PARAMETERIZED_CONFIG}" > /dev/null; then
3030
echo "Error: Key '${key}' is missing. Please add it to flask config server"

0 commit comments

Comments
 (0)