Skip to content

Commit ffcd5f9

Browse files
authored
fix: propagate env var to nginx.conf (#415)
Signed-off-by: Juan Luis Rosa Martinez <chiv0rz@gmail.com>
1 parent 2d71c78 commit ffcd5f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/etc/nginx/nginx.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ 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_ROLE_ARN;
17+
env AWS_ROLE_SESSION_NAME;
18+
env AWS_STS_REGIONAL_ENDPOINTS;
19+
env AWS_REGION;
20+
env AWS_WEB_IDENTITY_TOKEN_FILE;
1621
env S3_BUCKET_NAME;
1722
env S3_SERVER;
1823
env S3_SERVER_PORT;

0 commit comments

Comments
 (0)