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 292641f commit 34dbbd9Copy full SHA for 34dbbd9
scripts/aws/entrypoint.sh
@@ -28,7 +28,7 @@ setup_auxiliaries() {
28
29
build_parameterized_config() {
30
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")
+ REQUIRED_KEYS=("optout_base_url" "core_base_url" "core_api_token" "optout_api_token" "environment")
32
for key in "${REQUIRED_KEYS[@]}"; do
33
if ! jq -e "has(\"${key}\")" "${PARAMETERIZED_CONFIG}" > /dev/null; then
34
echo "Error: Key '${key}' is missing. Please add it to flask config server"
0 commit comments