Skip to content

Commit 11c9970

Browse files
committed
Fix setting
1 parent a9931aa commit 11c9970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadataproxy/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ def str_env(var_name, default=''):
115115
# Patch botocore's allowed hosts for ContainerMetadataFetcher to support aws-vault's
116116
# --ecs-server option. This will inject docker for mac's URL for the host into the
117117
# allowed addresses botocore will talk to.
118-
PATCH_ECS_ALLOWED_HOSTS = bool_env('PATCH_ECS_ALLOWED_HOSTS', False)
118+
PATCH_ECS_ALLOWED_HOSTS = str_env('PATCH_ECS_ALLOWED_HOSTS')

0 commit comments

Comments
 (0)