Skip to content

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

@ErikElkins

Description

@ErikElkins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: TriageThis is being looked at and prioritizedType: FeatureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions