Johannes Ebke
Johannes Ebke
OK, looks good for now. There are still some merge conflicts now?
Hi @gregwalters , thanks for the report! Currently, aws_list_all is not "partition-aware", so get_available_regions defalts to the "aws" partition, see the code at https://boto3.amazonaws.com/v1/documentation/api/latest/_modules/boto3/session.html#Session.get_available_regions This is going to be interesting,...
I should probably add a check so that the error message improves.
This should run well with arn:aws:iam::aws:policy/ReadOnlyAccess , but probably can run well on more restricted policies. Since it does heuristics and actually knows which APIs it will call, it would...
ToDo - [ ] Add to Readme - [ ] Add "strict" policy generator.
OK, there was one more Docker PRs here that has been closed ( #41 ); but that one had a nice usage description. If we could consolidate this, that would...
@kntrain could you fix up this?
There is a similar heuristic trying to determine the ID in https://github.com/JohannesEbke/aws_list_all/blob/master/aws_list_all/query.py#L277 . Pulling that out into a separate function, adding an ARN heuristic and showing both ARN and ID...
This problem is fixed in v0.9. by a new heuristic.
Should be fixed in v0.9