Skip to content

Commit

Permalink
allow_legacy_api integ override allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Sep 11, 2024
1 parent 5346714 commit cebf022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/make_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def apply_override(config, overrides, key, type):
thread_count = int(sys.argv[4])

config = load_json(config_path)
print(config)
overrides = load_json(overrides_path)

# set API key
Expand Down Expand Up @@ -49,5 +48,6 @@ def apply_override(config, overrides, key, type):
apply_override(config, integ_config, 'core_attest_url', str)
apply_override(config, integ_config, 'optout_api_uri', str)
apply_override(config, integ_config, 'optout_s3_folder', str)
apply_override(config, integ_config, 'allow_legacy_api', str)

print(json.dumps(config))

0 comments on commit cebf022

Please sign in to comment.