Currently we only support tying configs to services. In the future we want to allow creating configurations for routers and maybe tunnelers. If we add a target field to the config type, we can ensure that users don't try to assign configs to entities of the wrong type. This will also help UIs list only the appropriate config types for a given entity.
The target should be immutable once created to avoid confusion.
Currently we only support tying configs to services. In the future we want to allow creating configurations for routers and maybe tunnelers. If we add a target field to the config type, we can ensure that users don't try to assign configs to entities of the wrong type. This will also help UIs list only the appropriate config types for a given entity.
The target should be immutable once created to avoid confusion.