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

fix(cli)!: use default creds when deploying "test" env with "copilot init" #1242

Merged
merged 2 commits into from
Aug 10, 2020

Conversation

efekarakus
Copy link
Contributor

@efekarakus efekarakus commented Aug 6, 2020

Removes the --profile flag from the "init" command as
it's most likely not used + this change is the expected behavior from
customers.

Fixes #1068 #1104

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@efekarakus efekarakus requested review from a team and kohidave and removed request for a team August 6, 2020 23:25
@efekarakus efekarakus changed the title fix!(cli): use default creds when deploying "test" env with "copilot init" fix(cli)!: use default creds when deploying "test" env with "copilot init" Aug 6, 2020
@efekarakus efekarakus requested a review from a team as a code owner August 6, 2020 23:34
Copy link
Contributor

@iamhopaul123 iamhopaul123 left a comment

Choose a reason for hiding this comment

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

LGTM with a small question!

IsProduction: false,

TempCreds: tempCredsVars{
Copy link
Contributor

Choose a reason for hiding this comment

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

Are this temp cred only configurable via copilot init? (Can users specify them using flags when doing env init?)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Jes, next PR will add the flags so that users can configure them via flags in env init.

…with "copilot init"

BREAKING CHANGE: Removes the --profile flag from the "init" command as
it's most likely not used + this change is the expected behavior from
customers.

Fixes aws#1068 aws#1104
@efekarakus efekarakus force-pushed the init/use-default-creds branch from e970f95 to 81ed939 Compare August 10, 2020 20:46
@mergify mergify bot merged commit 65d115c into aws:master Aug 10, 2020
@efekarakus efekarakus deleted the init/use-default-creds branch January 6, 2021 17:53
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.

Copilot env command doesn't inspect environment variables
3 participants