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
I see that these IP addresses are now being updated. I would like to manage this change within terraform using a data source, that uses a list of these IP ranges.
Describe the ideal solution
I would like a data source that gives a list of your Auth0 IP ranges, ie data.auth0.ip_ranges. Split by regions would be great. Ideally, it could be like how datadog show their ip ranges https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/ip_ranges
I can use that in my own WAF rules to easily update and get any changes to the IP ranges.
Alternatives and current workarounds
No response
Additional context
Thanks!
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
Hi, my problem is that in order to allowlist Auth0 IP addresses, I have to manually copy/paste from your website.
https://auth0.com/docs/secure/security-guidance/data-security/allowlist
I see that these IP addresses are now being updated. I would like to manage this change within terraform using a data source, that uses a list of these IP ranges.
Describe the ideal solution
I would like a data source that gives a list of your Auth0 IP ranges, ie
data.auth0.ip_ranges
. Split by regions would be great. Ideally, it could be like how datadog show their ip ranges https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/ip_rangesI can use that in my own WAF rules to easily update and get any changes to the IP ranges.
Alternatives and current workarounds
No response
Additional context
Thanks!
The text was updated successfully, but these errors were encountered: