Accept unknown keys in configurations to pass to the manifest #2523
Labels
discovery
Additional discovery is necessary to determine a solution
enhancement
New feature or request
In an effort to avoiding always needing to make adjustments to Publisher's code and schema to support new Connect features we should allow configurations to accept unknown key value pairs and pass them to the manifest. This will address the question raised in #2510.
Key value pairs in specific sections should be passed to the section they are part of. For example:
python.some_key
should be part of the Python section of the Manifest when it is constructed.Trade-offs
alow_uv
instead ofallow_uv
. The Publisher will have to rely on Connect for any user assistance to understand discrepancies between what is expected and what occurred due to typos like this.Note: Unknown keys are ignored by Connect servers so supplying configurations with unknown keys will have no effect.
More context for this issue can be found in this Slack thread: https://positpbc.slack.com/archives/C05D7NZD52S/p1736434807194889
The text was updated successfully, but these errors were encountered: