Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huge API calls to iam.amazonaws.com #2075

Closed
haooliveira84 opened this issue Jul 10, 2024 · 2 comments
Closed

Huge API calls to iam.amazonaws.com #2075

haooliveira84 opened this issue Jul 10, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@haooliveira84
Copy link
Contributor

What happened?

We're observed the increase API calls to iam.amazonaws.com with event UpdateAssumeRolePolicy

How can we reproduce it?

Provisioning the IAM Role, IAM Attach Policy and a IAM Policy.

What environment did it happen in?

Crossplane version:
Crossplane-UXP: v1.14.7-up.1
Crossplane-provider version: v0.47.2

Part of CloudTrail event

...
    "eventSource": "iam.amazonaws.com",
    "eventName": "UpdateAssumeRolePolicy",
    "awsRegion": "us-east-1",
    "userAgent": "aws-sdk-go-v2/1.19.0 os/linux lang/go#1.21.2 md/GOOS#linux md/GOARCH#amd64 api/iam#1.14.0 crossplane-provider-aws/v0.47.2",
    "requestParameters": {
        "roleName": "role-application",
        "policyDocument": "{\n  \"Version\": \"2012-10-17\",\n  \"Statement\":\n    [\n      {\n        \"Effect\": \"Allow\",\n        \"Principal\": {\n          \"Service\": [\n            \"apigateway.amazonaws.com\",\n            \"lambda.amazonaws.com\",\n            \"states.amazonaws.com\"\n          ]\n        },\n        \"Action\": [\n          \"sts:AssumeRole\"\n        ]\n      }\n    ]\n}\n"
    },
...
@haooliveira84 haooliveira84 added the bug Something isn't working label Jul 10, 2024
@haooliveira84 haooliveira84 changed the title Many API calls to iam.amazonaws.com Huge API calls to iam.amazonaws.com Jul 10, 2024
@haarchri
Copy link
Member

@MisterMX
Copy link
Collaborator

Closing, since this seems to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants