-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
225 add dns record #234
225 add dns record #234
Conversation
infra/README.md
Outdated
|
||
### Multi-factor authentication (MFA) | ||
|
||
If you get a 403 error when deploying or destroying resources with terraform despite having configured a valid AWS | ||
If you get a 403 error when running terraform despite having configured a valid AWS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also sops will result 400 error without MFA, so maybe mention that as well?
infra/README.md
Outdated
|
||
### Multi-factor authentication (MFA) | ||
|
||
If you get a 403 error when deploying or destroying resources with terraform despite having configured a valid AWS | ||
If you get a 403 error when running terraform despite having configured a valid AWS | ||
access key, you may need to set up MFA. Install both AWS CLI and jq, and make sure you have `aws` and `jq` in path. Execute the `[get-mfa-vars.sh](https://gist.github.com/mvaaltola/0abced5790401f2454444fb2ffd4acc0)` script with your AWS arn and your MFA access code, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it is not addition in this PR, but considering the instructions overall, it might clearer if explicitly stated that it is the aws arn related to the mfa device?
0b35abf
to
6283c7f
Compare
Fix #225