Skip to content

feature(app-firwall) Add apps firewalling rules - #1259

Merged
john-scalingo merged 7 commits into
masterfrom
feature/STORY-4362/app_firewall_rules
Sep 16, 2026
Merged

john-scalingo merged 7 commits into
masterfrom
feature/STORY-4362/app_firewall_rules

Conversation

@john-scalingo

Copy link
Copy Markdown
Contributor
  • Add a changelog entry in the section "To Be Released" of CHANGELOG.md

@john-scalingo john-scalingo self-assigned this Sep 16, 2026
@notion-workspace

Copy link
Copy Markdown

🗒️ [FEAT] CLI

@john-scalingo
john-scalingo force-pushed the feature/STORY-4362/app_firewall_rules branch from c91fd91 to 1b7f2d6 Compare September 16, 2026 13:14
@john-scalingo
john-scalingo marked this pull request as ready for review September 16, 2026 13:15
@john-scalingo
john-scalingo requested a review from a team as a code owner September 16, 2026 13:15
@john-scalingo
john-scalingo requested review from matthieu526-scalingo and removed request for a team September 16, 2026 13:15
Comment thread apps/routing_settings.go Outdated
Comment thread apps/routing_settings.go
}

t := tablewriter.NewWriter(os.Stdout)
t.Header([]string{"ID", "CIDR", "Label"})

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

question(nipitck): so we really want the CIDR before the label?

@john-scalingo john-scalingo Sep 16, 2026

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.

It makes more sense to me like that but i can swap them if needed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No all good then, if it makes more sense for you I am fine with it.

Comment thread apps/routing_settings.go Outdated
Comment thread apps/routing_settings.go Outdated
Comment thread apps/routing_settings_test.go
Comment thread cmd/commands.go
&databaseNetworkConfigurationShowCommand,

// App firewall rules
&appFirewallRulesCommand,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nitpick:

Suggested change
&appFirewallRulesCommand,
&appFirewallRulesListCommand,

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.

I would say no, the command is named app-firewall-rules not app-firewall-rules-list ?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I know it's for consistency, but personally I find it more confusing that anything else. But once again, nitpick.

Comment thread cmd/routing_settings.go
Comment thread cmd/routing_settings.go
Comment thread cmd/routing_settings.go
Comment thread README.md
set-canonical-domain Set a canonical domain.
unset-canonical-domain Unset a canonical domain.
db-tunnel Create an encrypted connection to access your database
destroy Destroy an app /!\

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

question: shouldn't the new commands be present in that file?

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.

No since they are in preview, i'll add them once they're out of preview.

Comment thread apps/routing_settings.go
}

t := tablewriter.NewWriter(os.Stdout)
t.Header([]string{"ID", "CIDR", "Label"})

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No all good then, if it makes more sense for you I am fine with it.

Comment thread cmd/commands.go
&databaseNetworkConfigurationShowCommand,

// App firewall rules
&appFirewallRulesCommand,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I know it's for consistency, but personally I find it more confusing that anything else. But once again, nitpick.

@john-scalingo
john-scalingo merged commit 02bf554 into master Sep 16, 2026
7 checks passed
@john-scalingo
john-scalingo deleted the feature/STORY-4362/app_firewall_rules branch September 16, 2026 16:10
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.

2 participants