mirror of https://github.com/kubernetes/kops.git
Merge pull request #4070 from kintoandar/patch-1
Automatic merge from submit-queue. Fix minor typo
This commit is contained in:
commit
5f5ef35126
|
|
@ -1,6 +1,6 @@
|
||||||
# kops & MFA
|
# kops & MFA
|
||||||
|
|
||||||
You can secure `kops` with MFA by creating an AWS role & policy that requires MFA to access to the `KOPS_STATE_STORE` bucket. Unfortunately the Go AWS SDK does not transparently support assuming roles with required MFA. This may change in a future version. `kops` plans to support this behavior eventually. You can track progress in this [Github issue](https://github.com/kubernetes/kops/issues/226). If you'd like to ues MFA with `kops`, you'll need a work around until then.
|
You can secure `kops` with MFA by creating an AWS role & policy that requires MFA to access to the `KOPS_STATE_STORE` bucket. Unfortunately the Go AWS SDK does not transparently support assuming roles with required MFA. This may change in a future version. `kops` plans to support this behavior eventually. You can track progress in this [Github issue](https://github.com/kubernetes/kops/issues/226). If you'd like to use MFA with `kops`, you'll need a work around until then.
|
||||||
|
|
||||||
## The Workaround #1
|
## The Workaround #1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue