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

Allow using Environment creds on AWS #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GnatorX
Copy link

@GnatorX GnatorX commented Dec 10, 2020

What I have added/changed is:

I added the ability for the agent to pick up cred from the env. Rather than forcing users to use IAM user (by asking for access key and secret key), this allows users to user to use IAM roles. When running the agent on AWS, ideally you won't use IAM user because within AWS you have access to IAM roles. IAM roles have session timeout where IAM users do not which would prevent abuse of access if someone gain access to your creds.

The goal of my change is:

Allow a safer way to run the agent on AWS by allowing user to use IAM role rather than IAM user.

What I have tested about my change is:

Tested, working on EC2.

@GnatorX GnatorX changed the title Allow using env creds Allow using Environment creds on AWS Dec 14, 2020
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