Description
The name of the plugin registry component needs to be configurable for any action that uses the registry.
For this, create a new type for a configuration under bindings/go/configurations with the following structure:
- type: plugin.registry.config.ocm.software
registries:
- ocm.software/plugin-registry # Official registry URL would be defaulted and overridden by the user if needed
The default value for this should be ocm.software/plugin-registry. For credentials and access we will use a resolver config, so that doesn't need to be part of the this configuration. If this configuration is defined we overwrite everything. Meaning, do not merge the default value with customer defined values, just use the custom values.
Done Criteria
Description
The name of the plugin registry component needs to be configurable for any action that uses the registry.
For this, create a new type for a configuration under
bindings/go/configurationswith the following structure:The default value for this should be
ocm.software/plugin-registry. For credentials and access we will use a resolver config, so that doesn't need to be part of the this configuration. If this configuration is defined we overwrite everything. Meaning, do not merge the default value with customer defined values, just use the custom values.Done Criteria