summaryrefslogtreecommitdiff
path: root/plugins/aws/README.md
AgeCommit message (Collapse)Author
2023-04-19feat(aws): allow more customisation in prompt function (#11619)Roeniss Moon
2023-04-18feat(aws)!: improve `aws_change_access_key` (#11378)Mark Keisler
BREAKING CHANGE: This commit removes compatibility for `aws` cli v1. Now only v2 is supported.
2023-03-21feat(aws): set region when AWS_REGION is not setYu Xiang Zhang
2023-03-07feat(aws): add AWS_REGION to aws_prompt_info (#10062)potato
2022-01-19feat(aws): accept aws mfa tokencode on `acp` cli call (#10130)Mike Mattice
Co-authored-by: Mike Mattice <mmattice@reliant.io>
2021-11-27feat(aws): Adds the login option for AWS SSO (#9921)Nicholas Hawkes
2020-11-11docs(aws): add config examples (#9422)Rob Vadai
2020-11-04fix(aws): support MFA for profiles without role to assume (#9411)Maksym
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.
2020-10-29aws: split setting profile from changing profile (#9402)Maksym
the change to assume a role when it is specified in configuration broke some workflows. This fix addresses that Fixes #9394
2020-10-24aws: add role delegation and MFA support as per IAM Best Practices (#8419)Maksym
* 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 "@"
2019-04-09Reword and fix formattingMarc Cornellà
2019-04-08Fix showing aws prompt for theme fishy (append RPROMPT instead of overwrite)programmer04
2019-03-24aws: document aws_change_access_key and fix READMEMarc Cornellà
2019-03-24aws: set AWS_EB_PROFILE for the EB CLI (#7388)Logan Lindquist
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
2019-03-24aws: refactor AWS plugin (#7615)David Kane
* 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>
2018-10-28aws: add README (#7357)Jorge Luis Vargas Aguilar