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 a9931aa commit 11c9970Copy full SHA for 11c9970
metadataproxy/settings.py
@@ -115,4 +115,4 @@ def str_env(var_name, default=''):
115
# Patch botocore's allowed hosts for ContainerMetadataFetcher to support aws-vault's
116
# --ecs-server option. This will inject docker for mac's URL for the host into the
117
# allowed addresses botocore will talk to.
118
-PATCH_ECS_ALLOWED_HOSTS = bool_env('PATCH_ECS_ALLOWED_HOSTS', False)
+PATCH_ECS_ALLOWED_HOSTS = str_env('PATCH_ECS_ALLOWED_HOSTS')
0 commit comments