You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue seems to have been fixed in the new version, but all iam resources need to be rebuilt to take effect. How can it take effect without rebuilding
Is there an existing issue for this?
Affected Resource(s)
provider-aws-iam
Resource MRs required to reproduce the bug
No response
Steps to Reproduce
Create iam users, create iam policies, and bind them
What happened?
{
"eventVersion": "1.10",
"userIdentity": {
"type": "AssumedRole",
"principalId": "xxxxxxx:xxxxxxx",
"arn": "arn:aws-cn:sts::xxxxxxx:assumed-role/prod-infra-crossplane-provider/xxxxxxx",
"accountId": "xxxxxxx",
"accessKeyId": "xxxxxxx",
"sessionContext": {
"sessionIssuer": {
"type": "Role",
"principalId": "xxxxxxx",
"arn": "arn:aws-cn:iam::xxxxxxx:role/prod-infra-crossplane-provider",
"accountId": "xxxxxxx",
"userName": "prod-infra-crossplane-provider"
},
"webIdFederationData": {
"federatedProvider": "arn:aws-cn:iam::xxxxxxx:oidc-provider/oidc.eks.cn-northwest-1.amazonaws.com.cn/id/xxxxxxx",
"attributes": {}
},
"attributes": {
"creationDate": "2024-11-25T08:02:25Z",
"mfaAuthenticated": "false"
}
}
},
"eventTime": "2024-11-25T08:16:59Z",
"eventSource": "iam.amazonaws.com",
"eventName": "ListPolicyVersions",
"awsRegion": "cn-north-1",
"sourceIPAddress": "xxxxxxx",
"userAgent": "APN/1.0 HashiCorp/1.0 Terraform (+https://www.terraform.io) terraform-provider-aws/dev (+https://registry.terraform.io/providers/hashicorp/aws) m/C aws-sdk-go-v2/1.32.2 os/linux lang/go#1.23.2 md/GOOS#linux md/GOARCH#amd64 api/iam#1.37.2 crossplane-provider-aws/v1.17.0 upbound-provider-aws/v1.17.0",
"requestParameters": {
"policyArn": "arn:aws:iam::xxxxxxx:policy/xxxxxxx"
},
"responseElements": null,
"requestID": "b6f94d82-d0fd-4b74-a433-c2a94e55cc8f",
"eventID": "b4235c48-d416-4a27-aa72-db8216a57786",
"readOnly": true,
"eventType": "AwsApiCall",
"managementEvent": true,
"recipientAccountId": "xxxxxxx",
"eventCategory": "Management",
"tlsDetails": {
"tlsVersion": "TLSv1.3",
"cipherSuite": "TLS_AES_128_GCM_SHA256",
"clientProvidedHostHeader": "iam.cn-north-1.amazonaws.com.cn"
}
}
Line 33-34 requestParameters should be "arn:aws-cn:iam"
Relevant Error Output Snippet
No response
Crossplane Version
1.3.1
Provider Version
1.17.0
Kubernetes Version
1.30
Kubernetes Distribution
EKS
Additional Info
No response
The text was updated successfully, but these errors were encountered: