Commit Graph

7 Commits

Author SHA1 Message Date
Mohsen Sadeghzade 4102c2fb48
doc(mfa): add another workaround using aws-vault 2022-05-03 06:31:01 +00:00
Ciprian Hacman 61708eae6b Rename kops to kOps in the docs 2020-10-29 19:40:53 +02:00
Peter Rifel 9f67420120
Cleanup syntax highlighting and misc markdown cleanup 2020-06-08 22:12:32 -05:00
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