Skip to content

Commit c0446d9

Browse files
committed
fix: preserve AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE env variable
1 parent 3a33d55 commit c0446d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/etc/nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env AWS_ACCESS_KEY_ID;
1313
env AWS_SECRET_ACCESS_KEY;
1414
env AWS_SESSION_TOKEN;
1515
env AWS_CONTAINER_CREDENTIALS_RELATIVE_URI;
16+
env AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE;
1617
env AWS_ROLE_ARN;
1718
env AWS_ROLE_SESSION_NAME;
1819
env AWS_STS_REGIONAL_ENDPOINTS;

0 commit comments

Comments
 (0)