Ian Mckay

Results 376 comments of Ian Mckay

Cheers @jbruett! If the changes make it into VS Code core I'll make the appropriate commits.

Hey @jbruett, Thanks for letting me know. I've updated the extension with the new API you mentioned. The changes are in 0.10.0. Let me know how it goes for you.

Hey Olaf, Thanks for raising! I've fixed the mappings for the TableName here, though it is likely that the implementation will not recognise that not all permissions are needed per...

Hey @danygielow, Thanks for raising! This is a pretty interesting find. I played around with a bunch of the services in the table you linked with an explicit deny on...

Hi @nomeelnoj, As far as I know, this is actually the correct behaviour. The API Actions list only refers to those provided by the AWS Service itself, whilst the es:ESHttp*...

Hey @Techbrunch, Thanks for raising! This is the first time I'm seeing a difference between the API and IAM namespaces within GCP, which was the cause here. I've added a...

Hey @joelthompson, Thanks for raising! Looks like the behaviour of `SQS.SendMessageBatch` requires `sqs:SendMessage`, so updated to reflect that and therefore the managed policy is indeed wrong.

Hi @mgarg-uptycs, The map.json relates to public API methods and their mappings to IAM actions. At this time, I don't have any information about API methods that utilize these permissions,...

Good callout! I made a start at some logic for this sort of thing. Check out `DynamoDB.BatchExecuteStatement` in https://raw.githubusercontent.com/iann0036/iam-dataset/main/map.json for an example. Leave it with me and I'll see if...