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

[client] Add disable system flags #3153

Merged
merged 5 commits into from
Jan 7, 2025
Merged

[client] Add disable system flags #3153

merged 5 commits into from
Jan 7, 2025

Conversation

lixmal
Copy link
Contributor

@lixmal lixmal commented Jan 6, 2025

Describe your changes

New cli flags:

      --disable-client-routes           Disable client routes. If enabled, the client won't process client routes received from the management service.
      --disable-dns                     Disable DNS. If enabled, the client won't configure DNS settings.
      --disable-firewall                Disable firewall configuration. If enabled, the client won't modify firewall rules.
      --disable-server-routes           Disable server routes. If enabled, the client won't act as a router for server routes received from the management service.

Issue ticket number and link

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

@lixmal lixmal force-pushed the add-disable-system-flags branch from 9926126 to b35b226 Compare January 6, 2025 15:57
@lixmal lixmal force-pushed the add-disable-system-flags branch from b35b226 to f53b960 Compare January 6, 2025 16:07
@lixmal lixmal force-pushed the add-disable-system-flags branch from 4ae8080 to 20cdd49 Compare January 6, 2025 16:37
client/cmd/up.go Show resolved Hide resolved
client/internal/routemanager/manager.go Show resolved Hide resolved
Copy link

sonarqubecloud bot commented Jan 7, 2025

@lixmal lixmal merged commit d9905d1 into main Jan 7, 2025
43 checks passed
@lixmal lixmal deleted the add-disable-system-flags branch January 7, 2025 19:38
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