Vendor nethsecurity-controller source - #242
Draft
gsanchietti wants to merge 1 commit into
Draft
Conversation
gsanchietti
force-pushed
the
vendor-nethsecurity-controller
branch
2 times, most recently
from
July 24, 2026 09:28
efc2d63 to
9fa586a
Compare
Build the api/vpn/proxy/ui images here from controller/ instead of pulling them prebuilt. The upstream repo is only ever consumed by this module, so keeping it standalone added a release/sync step for no gain. Drops controller_version and the nightly bump workflow; adds Go + smoke tests under test-controller.yml. Runtime PKI/credentials are gitignored. Assisted-by: Claude Code:claude-opus-4-8[1m]
gsanchietti
force-pushed
the
vendor-nethsecurity-controller
branch
from
July 24, 2026 09:42
9fa586a to
43a1ccf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Moves the nethsecurity-controller sources into
controller/and builds the api/vpn/proxy/ui images here, instead of pulling them prebuilt and trackingcontroller_version. The upstream repo was only ever used by this module.How to test
cd controller/api && go test ./...(needs a local TimescaleDB on :5432).bash build-images.shbuilds all images, including the fournethsecurity-*.controller/test/smoke.shruns the full pod over atunsecdevice.