Commit Graph

4 Commits

Author SHA1 Message Date
Joel Bastos 58854a3e9c
Fix minor typo 2017-12-14 14:18:14 +00:00
Max Lobur a629642085 Propose awsudo as a workaround for kops mfa 2017-06-22 01:39:28 +03:00
Hugo Ferreira 48c2e91cb4 Prevent "unbound variable" errors in `kops-mfa`
When none of the `KOPS_MFA_ROLE_ARN` or `KOPS_MFA_ARN` variables are set, we get the following errors…

    kops-mfa: line 11: KOPS_MFA_ROLE_ARN: unbound variable
or,
    kops-mfa: line 16: KOPS_MFA_ARN: unbound variable

… instead of the expected error message:

    Set the KOPS_MFA_ROLE_ARN environment variable
or,
    Set the KOPS_MFA_ARN environment variable
2017-05-26 20:10:58 +01:00
Adam Hawkins 1a3bac8d6a
Document MFA workaround 2017-02-14 19:29:06 +05:30