Skip to content
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

Add placeholder file for AWS credentials environment variables #23

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

sdelarquier
Copy link

With the new granted based approach to managing our AWS credentials, we can't rely on the hardcoded default AWS credentials when using MWAA local runner. Instead, we need to assume our role, export its temporary credentials to env variables, copy these variables to a file, and load that file when starting the MWAA local runner.

This PR simply adds the placeholder file to receive the environment variable. It's a different file from the existing .env.localrunner so that it can be overwritten every time we launch the MWAA localrunner without overwritting other variables in .env.localrunner.

This is a companion pull request to https://github.com/alan-eu/alan-jobs/pull/11072

Copy link

@ChloePont ChloePont left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀

@sdelarquier sdelarquier merged commit 2f14747 into main Jan 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants