We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When multiple resources are created with assume_role_arn provided,then we hit the rate limit under provider.go
func assumeRoleCredentials(region, roleARN, profile string) *awscredentials.Credentials { sessOpts := awsSessionOptions(region) sessOpts.Profile = profile sess := awssession.Must(awssession.NewSessionWithOptions(sessOpts)) stsClient := awssts.New(sess) assumeRoleProvider := &awsstscreds.AssumeRoleProvider{ Client: stsClient, RoleARN: roleARN, } return awscredentials.NewChainCredentials([]awscredentials.Provider{assumeRoleProvider}) }
The text was updated successfully, but these errors were encountered:
@leolorenzoluis can you please include debug logs showing this? Can you clarify what rate limit you're hitting?
Sorry, something went wrong.
The debug logs will only show 400 http request that makes it look like it's coming from ElasticSearch but it's coming from STS.
No branches or pull requests
When multiple resources are created with assume_role_arn provided,then we hit the rate limit under provider.go
The text was updated successfully, but these errors were encountered: