- 11 Nov, 2020 1 commit
-
-
Rob Vadai authored
-
- 04 Nov, 2020 1 commit
-
-
Maksym authored
Previously, the plugin only supported MFA for profiles that had a role to assume, specified in role_arn. Now, the plugin supports MFA for profiles without a role to assume. Closes #9408 * refactor(aws plugin): remove dependency on jq Previously, acp command relied on jq. Now that dependency has been removed, as well as some linter suggestions implemented.
-
- 29 Oct, 2020 1 commit
-
-
Maksym authored
the change to assume a role when it is specified in configuration broke some workflows. This fix addresses that Fixes #9394
-
- 24 Oct, 2020 1 commit
-
-
Maksym authored
* Added role delegation support and MFA support as per IAM Best Practices * fix: grep with color enabled breaks profile parsing * fix: compatible with MacOS basic sed * docs: Added jq as a dependency * feat: added variable session duration, if the role to be assumed permits it. * bug: incorrect assigment for session length * fix: profile extraction failed with some versions of sed Fixed the issue that resulted from merging upstream changes to allow "." in the profile name * fix: broken profile parsing when profile name contains "@"
-
- 09 Apr, 2019 1 commit
-
-
Marc Cornellà authored
-
- 08 Apr, 2019 1 commit
-
-
programmer04 authored
-
- 24 Mar, 2019 3 commits
-
-
Marc Cornellà authored
-
Logan Lindquist authored
Added AWS_EB_PROFILE environment variable to the AWS Plugin. The EB CLI uses this variable instead of the primary AWS_PROFILE variable to keep track of what profile it is using. https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-configuration.html
-
David Kane authored
* Update the AWS plugin to support disabling RPROMT display: Use a $SHOW_AWS_PROMPT option. * Refactoring aws plugin: Exposing customizable aws_prompt_info function to be used in themes. * Set aws prompt prefix and suffix to original values and fix README Co-authored-by: "Vassilis S. Moustakas" <vsmoustakas@gmail.com>
-
- 28 Oct, 2018 1 commit
-
-
Jorge Luis Vargas Aguilar authored
-