Skip to content
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

Provide Auth0 IP ranges as a data source #1187

Open
1 task done
c-ameron opened this issue Mar 13, 2025 · 0 comments
Open
1 task done

Provide Auth0 IP ranges as a data source #1187

c-ameron opened this issue Mar 13, 2025 · 0 comments
Labels
🌱 feature New feature or request

Comments

@c-ameron
Copy link

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_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!

@c-ameron c-ameron added the 🌱 feature New feature or request label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant