Replies: 1 comment
-
Hello guys. For now, I'm moving this feature request under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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!
Beta Was this translation helpful? Give feedback.
All reactions