Closed MMquant closed 5 years ago
Are you using valid AWS keys with permission to API Gateway?
I have the user in group with following policies: AmazonAPIGatewayInvokeFullAccess AmazonAPIGatewayAdministrator
However even with those permissions I'm getting
botocore.exceptions.ClientError: An error occurred (AccessDeniedException) when calling the PutMethod operation: User: arn:aws:iam::026972760124:user/Burp is not authorized to perform: apigateway:PUT on resource: arn:aws:apigateway:eu-west-3::/restapis/ms8vu1dxx1/resources/0jtfzj/methods/ANY
What are the correct policies?
I am using AmazonAPIGatewayAdministrator with API Gateway full access and it works with no issues. Maybe there is something else going on with that account. Try spinning up just one gateway in a single region like us-east-1 and see if that works.
Closing this for now since it is an issue with keys not the extension.
The problem was outdated boto3 library. I fixed it with
pip install boto3 -U
After successful plugin installation I'm getting following error after clicking "enable" button in "IP Rotate" tab:
after this error the plugin remains disabled.