Skip to content

Commit e0d9d27

Browse files
Update to extract core_api_token
1 parent 292641f commit e0d9d27

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
@@ -28,7 +28,7 @@ setup_auxiliaries() {
2828

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

0 commit comments

Comments
 (0)