Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nginx.conf to preserve AWS_CONTAINER_CREDENTIALS_RELATIVE_URI
"AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" is set when "00-check-for-required-env.sh" runs. In "awscredentials.js" -> "fetchCredentials", however, the "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" is not set anymore and erroneously, "_fetchEC2RoleCredentials" instead of "_fetchEcsRoleCredentials" is called.
- Loading branch information