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

AWS S3 bucket as Infisical Agent destination path #1695

Open
fpapadamis opened this issue Apr 17, 2024 · 0 comments
Open

AWS S3 bucket as Infisical Agent destination path #1695

fpapadamis opened this issue Apr 17, 2024 · 0 comments
Labels
agent 🚀 feature request New feature or request

Comments

@fpapadamis
Copy link

Feature description

Add AWS S3 bucket as an option for the destination path of the rendered file by Infisical Agent.
It would require extra environment variables for authenticating the Agent to AWS and then upload the rendered file to the specified S3 bucket.

Why would it be useful?

Using AWS S3 buckets as the storage location of .env files is quite common, especially for applications deployed on AWS ECS.
The method of feeding secrets to applications on ECS described in the docs requires changes to the existing task definitions that use S3 as the source of the .env file, which is supported by ECS and easily adopted. It also avoids any issues with EFS and ECS tasks regarding regions.

Additional context

Currently, I am using a custom script to achieve the same result.
The Agent renders the file, executes the script, the script uploads the rendered file to my S3 bucket.
It would be nice if this functionality was built-in.

@akhilmhdh akhilmhdh added 🚀 feature request New feature or request agent labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent 🚀 feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants