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

In source code, de-obfuscate base64 AWS user data code that's deployed to EC2 instances #32

Open
mdorn opened this issue Oct 1, 2024 · 0 comments

Comments

@mdorn
Copy link
Contributor

mdorn commented Oct 1, 2024

There's no need to commit base64 data in source code, and doing so makes it unreadable to project developers - it can be converted to base64 before infrastructure deployment. For an example of how to deal with this, see this commit: See how _files/data/user_data_1.sh is legible, and translated to base64 during the Pulumi deploy process.

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

No branches or pull requests

1 participant