We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d512d commit b0f2e91Copy full SHA for b0f2e91
scripts/aws/entrypoint.sh
@@ -24,7 +24,7 @@ echo "Starting vsock proxy..."
24
25
build_parameterized_config() {
26
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")
+ REQUIRED_KEYS=("optout_base_url" "core_base_url" "core_api_token" "optout_api_token" "environment" "uid_instance_id_prefix")
28
for key in "${REQUIRED_KEYS[@]}"; do
29
if ! jq -e "has(\"${key}\")" "${PARAMETERIZED_CONFIG}" > /dev/null; then
30
echo "Error: Key '${key}' is missing. Please add it to flask config server"
0 commit comments