You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using AWS ECS, which gets it's IAM credentials the same way an EC2 instnace would. Setting the FOUNDRY_AWS_CONFIG environment variable to "true" causes it to be read as a string, and it subsequently gets added to the path: The configured awsConfig path /data/Config/true does not exist or is not accessible.. This should not happen, as ECS gets it's IAM credentials the same way that EC2 does.
To Reproduce
Steps to reproduce the behavior:
Set environment variable as "true", get error.
Expected behavior
I expected it to not use any file, or environment variables and use the attached IAM policy instead. I'm not sure if the entrypoint, or later javascript is expected that to be a bool without quotes, but perhaps there should be a check in there to see if the string evaluates to true or false.
🐛 Bug Report
I'm using AWS ECS, which gets it's IAM credentials the same way an EC2 instnace would. Setting the FOUNDRY_AWS_CONFIG environment variable to "true" causes it to be read as a string, and it subsequently gets added to the path:
The configured awsConfig path /data/Config/true does not exist or is not accessible.
. This should not happen, as ECS gets it's IAM credentials the same way that EC2 does.To Reproduce
Steps to reproduce the behavior:
Set environment variable as "true", get error.
Expected behavior
I expected it to not use any file, or environment variables and use the attached IAM policy instead. I'm not sure if the entrypoint, or later javascript is expected that to be a bool without quotes, but perhaps there should be a check in there to see if the string evaluates to true or false.
Any helpful log output
Please run this command:
Paste the results here:
Hopefully this is legibly formatted
Run the container with
CONTAINER_VERBOSE
set totrue
,and paste any usefullog output here:
The text was updated successfully, but these errors were encountered: