Problem: Changing the registry URL replaces the official catalog entirely, preventing the use of both official and custom sensors.
Solution: Allow configuring an array of registry endpoints (registries: ["official", "https://custom.internal"]). Assign namespaces to sensors (e.g., official/tcp-tarpit). This allows to run multiple registries concurrently, ensuring good operator and developer experience even with custom sensors.
Problem: Changing the registry URL replaces the official catalog entirely, preventing the use of both official and custom sensors.
Solution: Allow configuring an array of registry endpoints (
registries: ["official", "https://custom.internal"]). Assign namespaces to sensors (e.g.,official/tcp-tarpit). This allows to run multiple registries concurrently, ensuring good operator and developer experience even with custom sensors.