Results 9 comments of Ruse

Hi, have you tried running the command ```update_regions``` from Pacu cli? This will attempt to update boto to the latest version and query available regions/endpoints. Once this is done you...

To confirm the credentials you are using have access to those regions? For those regions, you need an account specifically registered in/by China. Accounts registers outside won't have access to...

Thanks for the additional information. Taking a look at the update_regions() function [here](https://github.com/RhinoSecurityLabs/pacu/blob/b345370df18ed4148bf2d2184192c773d7d832e0/pacu.py#L666) and I see it is pulling the regions from the file ./botocore/data/endpoints.json and writing them to the...

I believe this related to #211 and was fixed in #158. Please try pulling the latest version and reinstall the project requirements.

Thanks for the output. Initially, it looks like the method that parses the role name is failing to index the correct position in the split arn. This could be either...

@orenbenya Can you please send me the format of the trust policy associated with` arn:aws:iam::ACCOUNTID-A:role/Found-Role-name` . It seems the function `__create_role_trust()` is failing to parse the ARN specific in that...

I am running into a similar issue. I notice when `curl -H "X-Remote-User: admin" http://localhost/api/login` I get back a session token but when going to http://localhost/login I get an error....

Pretty sure I found the bug. The backend does check the header value and proprly issue a JWT for the user in the proxy header but the frontend DOES NOT...

That's a good point. I am not versed enough in vue/frontend to know the best/how map the expected backend header to the frontend so will have to defer to someone...