-
Notifications
You must be signed in to change notification settings - Fork 6
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
make deploy-infra: not authorized to perform acm:RequestCertificate #1720
Comments
Outdated bug |
"Outdated bug" means that you actually took steps to reproduce and fix it so that it's not a problem anymore? Just closing bug reports because they are "outdated" does not necessarily fix them :-S |
I've not seen this bug show its face; terraform has its own method(s) of getting credentials to use for the https://www.terraform.io/docs/providers/aws/index.html we use the "Shared Credentials file". The To resolve this one would need to attach the sufficient policies to the role that is making the request to AWS for a new certificate. There is a small section about certificates in the readme; |
Software version (git hash, date, branch)
81547e1
2018-11-14
master
Expected behavior
After
make deploy-infra
creates the buckets on AWS and GCP, it moves on to domain creation. I would have expected that the certificate requesting process has enough permissions to carry on the AWS side, but that's not documented.Actual behavior
Steps to reproduce the behavior
make deploy-infra
The text was updated successfully, but these errors were encountered: