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

[pipeline up] handle AWS_PROFILE correctly in pipeline up #265

Open
bonifaido opened this issue Jun 18, 2020 · 0 comments
Open

[pipeline up] handle AWS_PROFILE correctly in pipeline up #265

bonifaido opened this issue Jun 18, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bonifaido
Copy link
Member

Describe the bug

When using banzai pipeline up with EC2 if AWS_PROFILE is set the process fails with the following error:

INFO[0000] docker run --rm --net=host --user=502 user-docker-image:latest sh -c tar czh /export | base64
failed to get AWS credentials: NoCredentialProviders: no valid providers in chain. Deprecated.
	For verbose messaging see aws.Config.CredentialsChainVerboseErrors

Steps to reproduce the issue:

export AWS_PROFILE=some-profile
banzai pipeline up --verbose

Expected behavior

The AWS profile should be handled correctly.

Screenshots

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant