iamy icon indicating copy to clipboard operation
iamy copied to clipboard

A cli tool for importing and exporting AWS IAM configuration to YAML files

Results 20 iamy issues
Sort by recently updated
recently updated
newest added

Iamy sporadically fail with error: ``` Error fetching S3 data: Error listing buckets: Error while getting details for S3 bucket bucketname: RequestError: send request failed caused by: Get https://s3.us-west-2.amazonaws.com/bucketname?location=: dial...

Ran into a strange issue with this group policy: ``` > aws iam put-group-policy --group-name AdministratorsWithMFA --policy-name AllowAssumingBastionRole --policy-document '{ "Statement": { "Action": "sts:AssumeRole", "Effect": "Allow", "Resource": "arn:aws:iam::xxx:role/bastion" }, "Version":...

Does anyone know of a similar tool like this for GCP?

ECR repositories can have policies too. `aws ecr get-repository-policy` will retrieve it. iamy should support them similar to the s3 policies.

> Service control policies (SCPs) are one type of policy that you can use to manage your organization. SCPs offer central control over the maximum available permissions for all accounts...

I am using the current version ``` iamy --version v2.3.2 ``` Would it be possible to provide a flag to ignore s3 policies altogether and only do IAM ? Regards,...

help wanted

We've had a few issues where people have gotten stuck/confused because the version of iamy they're running is newer/older than the version last used in that repository. I'd like to...

A common use case we have for `iamy` is to add a user to the assume-role-policy-document for some role. When there are already a number of users in such a...

This PR creates a failing test to exhibit behaviour found in #57. When an invalid policy document is returned (either because its' incorrect from AWS or we've not decoded it...

Roles with a prefix beginning with `/aws-service-role/` and a name beginning with `AWSServiceRoleFor` have special handling by AWS and must be created as service-linked roles. Currently, it tries to define...