mirror of
https://github.com/openziti/ziti.git
synced 2026-09-10 00:35:41 +00:00
92b070b758
- adds a managed-config registry that tracks available router config per base type by source (controller/local) and version - reconciles to an effective config with local-config-wins precedence at the base-type level, selecting the highest supported version - adds a local config-type allow-list so operators bound which config types the controller may enable - loads the managedConfig section from the router config file - wires the RDM subscriber to feed router-target config events into the registry - adds inspect support for the registry The registry is not yet consumed by any subsystem; routing link management through it is a follow-up. For #3743.