Skip to content

[FEAT]: IP Allow Lists for enterprises and organizations #2648

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

Open
1 task done
ErikElkins opened this issue May 2, 2025 · 0 comments · May be fixed by #2649 or #2650
Open
1 task done

[FEAT]: IP Allow Lists for enterprises and organizations #2648

ErikElkins opened this issue May 2, 2025 · 0 comments · May be fixed by #2649 or #2650
Labels
Status: Triage This is being looked at and prioritized Type: Feature New feature or request

Comments

@ErikElkins
Copy link
Contributor

ErikElkins commented May 2, 2025

Describe the need

Both github enterprises and organizations can set an IP Allow List. Entries for theses lists could be controlled via terraform like so:

resource "github_enterprise_ip_allow_list_entry" "test" {
  enterprise_slug = "my-enterprise"
  ip              = "192.168.1.0/20"
  name            = "My IP Range Name"
  is_active       = true
}

SDK Version

No response

API Version

No response

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage This is being looked at and prioritized Type: Feature New feature or request
Projects
None yet
1 participant