From fcb6fa78a1304f9a8eff2a7563658de04a13d499 Mon Sep 17 00:00:00 2001 From: Maksym Date: Sat, 24 Oct 2020 22:07:49 +0100 Subject: aws: add role delegation and MFA support as per IAM Best Practices (#8419) * 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 "@" --- plugins/aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/aws/README.md') diff --git a/plugins/aws/README.md b/plugins/aws/README.md index 57c3b54ac..4ceb71425 100644 --- a/plugins/aws/README.md +++ b/plugins/aws/README.md @@ -3,7 +3,7 @@ This plugin provides completion support for [awscli](https://docs.aws.amazon.com/cli/latest/reference/index.html) and a few utilities to manage AWS profiles and display them in the prompt. -To use it, add `aws` to the plugins array in your zshrc file. +To use it, make sure [jq](https://stedolan.github.io/jq/download/) is installed, and add `aws` to the plugins array in your zshrc file. ```zsh plugins=(... aws) -- cgit v1.2.3-70-g09d2