Move four more Enterprise-only controllers into pkg/enterprise - #5277
Open
caseydavenport wants to merge 5 commits into
Open
Move four more Enterprise-only controllers into pkg/enterprise#5277caseydavenport wants to merge 5 commits into
caseydavenport wants to merge 5 commits into
Conversation
A variant contributes its own controllers through the controller list on the controller options, which the manager setup iterates instead of naming them.
The Enterprise tree mirrors the core tree it came from, keeping controllers apart from the extension packages that share the directory.
Application layer, egress gateway, packet capture and OpenTelemetry collector, with the application layer and egress gateway render packages.
…nterprise The Typha and node TLS helpers move to the shared controller utilities, which is what lets the intrusion detection controller stop importing the installation controller.
Manager, non-cluster host, authentication and policy recommendation.
caseydavenport
force-pushed
the
casey-enterprise-controllers-4
branch
from
August 29, 2026 15:36
7328c2c to
b73877f
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.
Description
Fourth batch for CORE-13484. The manager, non-cluster host, authentication and policy recommendation controllers move under the Enterprise tree.
Controllers only this time. All four render out of the top-level render package, which is a later step, so no render code moves with them.
Stacked on #5276. Review the last commit.
Related: CORE-13484
Release Note