Skip to content

Add write support for Internet Gateways - #3308

Draft
benjaminleonard wants to merge 1 commit into
mainfrom
write-internet-gateways
Draft

Add write support for Internet Gateways#3308
benjaminleonard wants to merge 1 commit into
mainfrom
write-internet-gateways

Conversation

@benjaminleonard

@benjaminleonard benjaminleonard commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Previously read-only. This adds the full write API.


  1. Create and delete gateways:
    • "New internet gateway" side modal
    • Delete row action. With cascade by default. I'm thinking a checkbox for that might be better. The API description is incomplete? "Also delete routes targeting this gateway." But the robot says it also soft-deletes IP pools and addresses. Or just the associations?
image image
  1. Full detail page
    • Replaces the read-only side modal
    • Cards for attached IP pools, attached addresses and routes
image

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
console Ready Ready Preview Jul 28, 2026 11:41am

Request Review

const routesTable = useReactTable({
columns: useMemo(
() => [
routeColHelper.accessor('router', {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to flip this and have the route first instead of the router?

@benjaminleonard

Copy link
Copy Markdown
Contributor Author

More of an API design question. But how helpful is the name here in practice? I do wonder if the name of the attached item is sufficient.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant