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
Hi, we are managing Auth0 using Terraform and we often get Auth0 api-limit errors.
As far as I understand, Terraform can gracefully process such throttling, but in general ,when we have this api_limit we are affecting end users. And end users also can be throttled.
Hello @alexFilichkin
Sorry to hear about the issue you are facing.
Could you provide me with some numbers on how many resources are we talking about here? A ballpark number should do.
Also, is this only for auth0_client or are there other resources you are facing this issue with?
Thanks!
Hello,
we're experiencing the same problem in our recent deployments.
I saw the rate limit for clients, actions and resource servers.
We have 30 Actions, 38 Resource Servers and 122 Clients.
Hello @alexFilichkin Sorry to hear about the issue you are facing. Could you provide me with some numbers on how many resources are we talking about here? A ballpark number should do.
Also, is this only for auth0_client or are there other resources you are facing this issue with? Thanks!
Hi @duedares-rvj . We can reproduce it with just 40 Applications(Oauth2 clients).
Checklist
Description
Hi, we are managing Auth0 using Terraform and we often get Auth0 api-limit errors.
![Image](https://private-user-images.githubusercontent.com/129838735/407743130-13459064-0475-4ca3-b553-bf9890dd53ae.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDc5ODcsIm5iZiI6MTczOTM0NzY4NywicGF0aCI6Ii8xMjk4Mzg3MzUvNDA3NzQzMTMwLTEzNDU5MDY0LTA0NzUtNGNhMy1iNTUzLWJmOTg5MGRkNTNhZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwODA4MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yNWQ5YTA0NDIyMjU0ZTcwOTgyNmQ4NjM0YTYwYzUzYWRlZTA1ZGRkZjFkNzQxOTNhYjk3NGNkNDA3YzE4YzcyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ssNneF1jcOoHuxnuN6aaVpOE7hgETff3ZkA14iznjic)
As far as I understand, Terraform can gracefully process such throttling, but in general ,when we have this api_limit we are affecting end users. And end users also can be throttled.
Any ideas on how to make it less aggressive?
Reducing parallelism doesn't help
https://developer.hashicorp.com/terraform/cli/commands/apply#parallelism-n
Expectation
No api-limits errors
Reproduction
create many auth0 applications and run terraform plan
Auth0 Terraform Provider version
1.10.0
Terraform version
1.10.5
The text was updated successfully, but these errors were encountered: