-
Notifications
You must be signed in to change notification settings - Fork 86
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
change noise with cross_origin_auth #1029
Comments
We're also very recently experiencing this same issue and we're on Auth0 provider v1.0.0 |
Same issue here. I have posted in the auth0 community about this as well. Seems like this may have changed in the auth0 api without notice. The change described in the community thread does seem related, but the given change date of October 24, 2024 is about a month from today so that's odd. |
Also experiencing this, I can run |
It seems that setting |
@kayleabox yes me as well in terraform I explicitly set my current version is:
|
A post in the auth0 community forum indicates this is not a bug in the provider, but a change to a default in the auth0 api:
That post also notes:
If I'm reading this correctly, this may impact the |
Based on the docs, it looks like Now Terraform is reporting drift on every single client in my config:
I confirmed the option is turned on for all of these clients in the Dashboard as well. I am quite certain they were previously turned off. Could someone from Auth0 confirm if there was an incident here that caused cross origin authentication to be turned on for all clients? |
Hey folks, my account manager has advised me to contact Auth0 support to get this ticket prioritized with engineering. The current status is
from nine days ago on a ticket I opened three weeks ago. It might be useful if any customer on this ticket also contacted support pointing out that there is already an engineering ticket for this, and to add your weight (i.e. revenue) to that. Thanks for listening. |
Will also be reaching out and creating a ticket to get this sped up - so many useless changes appearing in our large monorepo tf |
Checklist
Description
Since a few days I'm getting the following changes for every auth0_client on every run:
This is causing severe issues as terraform propagates the (presumed, but not actually) updated client values into the rest of our infrastructure.
Expectation
No changes when nothing changes.
Reproduction
Run terraform with this resource:
Auth0 Terraform Provider version
1.6.0
Terraform version
1.9.5
The text was updated successfully, but these errors were encountered: