- 12 Jul, 2022 1 commit
-
-
Hans Donner authored
-
- 28 Feb, 2022 1 commit
-
-
Marc Cornellà authored
Fixes #10744
-
- 19 Jan, 2022 1 commit
-
-
Mike Mattice authored
Co-authored-by:
Mike Mattice <mmattice@reliant.io>
-
- 03 Jan, 2022 1 commit
-
-
Marc Cornellà authored
-
- 27 Nov, 2021 1 commit
-
-
Nicholas Hawkes authored
-
- 13 Jul, 2021 1 commit
-
-
Sergei Shvetsov authored
-
- 19 Nov, 2020 1 commit
-
-
Roman Danyk authored
-
- 11 Nov, 2020 1 commit
-
-
Rob Vadai authored
-
- 10 Nov, 2020 1 commit
-
-
Marc Cornellà authored
* fix(aws): don't duplicate aws_prompt_info function in RPROMPT * refactor(aws): clean up logic in acp function and fix session duration input Fixes #9409
-
- 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 2 commits
- 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 "@"
-
- 05 Oct, 2020 1 commit
-
-
Marc Cornellà authored
This reverts commit f776af2a. Fixes #9314
-
- 30 Sep, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9246
-
- 18 Jul, 2020 1 commit
-
-
Amir Tahvildaran authored
Closes #9122 The current check is assuming that the aws_completer is installed globally, it then runs the command without that path I have aws_completer in ~/.local/bin/aws_completer This changes the check to see if the command exists instead of concerning itself with where it in installed. This test matches the behavior of just running the command.
-
- 09 Jul, 2020 1 commit
-
-
Lutz Horn authored
Fixes #9060 by matching a `@` in the AWS profile name.
-
- 26 Apr, 2020 1 commit
-
-
tom139 authored
-
- 09 Mar, 2020 1 commit
-
-
B YI authored
-
- 05 Mar, 2020 1 commit
-
-
Marc Cornellà authored
Co-authored-by:
Marc Cornellà <marc.cornella@live.com>
-
- 30 Jan, 2020 1 commit
-
-
Marc Cornellà authored
Older zsh versions require this syntax change. Fixes #8525
-
- 28 May, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7886
-
- 26 May, 2019 1 commit
-
-
programmer04 authored
-
- 25 May, 2019 1 commit
-
-
Marc Cornellà authored
Fixes #7872
-
- 10 May, 2019 1 commit
-
-
Mohamed El Mouctar Haidara authored
-
- 29 Apr, 2019 1 commit
-
-
dorons authored
-
- 09 Apr, 2019 2 commits
-
-
programmer04 authored
-
Marc Cornellà authored
-
- 08 Apr, 2019 1 commit
-
-
programmer04 authored
-
- 24 Mar, 2019 5 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Cristian Măgherușan-Stanciu 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>
-
- 23 Mar, 2019 1 commit
-
-
Marc Cornellà authored
* Clean up Homebrew detection and add comments. Also changed some if flags. * Detect aws cli completion file from RPM
-
- 31 Dec, 2018 1 commit
-
-
Anton Stamenov authored
-
- 28 Oct, 2018 3 commits
-
-
Jorge Vargas authored
Stop exporting AWS_HOME and use the standard AWS_CONFIG_FILE environment variable, with a fallback to ~/.aws/config (default location) if not defined. Close #7356
-
Vargas, Jorge L authored
The environment variable name used to be AWS_DEFAULT_PROFILE but the CLI documentation now only mentions AWS_PROFILE. https://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html It seems like the CLI was the only tool using AWS_DEFAULT_PROFILE, and all the AWS SDKs used AWS_PROFILE, so they standardized on it. https://onetechnical.wordpress.com/2016/10/07/the-curious-case-of-aws_default_profile/ Note: still left AWS_DEFAULT_PROFILE on the method to set the profile to maintain backwards compatibility. Close #7354
-
Jorge Luis Vargas Aguilar authored
-
- 16 May, 2018 1 commit
-
-
Frank Wittig authored
-