Skip to content

fix: Propagate env var to nginx.conf in order to use IAM for Service Account properly #415

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions common/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ env AWS_ACCESS_KEY_ID;
env AWS_SECRET_ACCESS_KEY;
env AWS_SESSION_TOKEN;
env AWS_CONTAINER_CREDENTIALS_RELATIVE_URI;
env AWS_ROLE_ARN;
env AWS_ROLE_SESSION_NAME;
env AWS_STS_REGIONAL_ENDPOINTS;
env AWS_REGION;
env AWS_WEB_IDENTITY_TOKEN_FILE;
env S3_BUCKET_NAME;
env S3_SERVER;
env S3_SERVER_PORT;
Expand Down