Add support for recipe-provided config

Created on 9 April 2025, 7 days ago

Problem/Motivation

Currently, configuration installed by recipes is not recognized by Configuration Provider and therefore is not available to other modules that leverage Configuration Provider such as Configuration Synchronizer. See 💬 Is this compatible with Recipes? Active .

Steps to reproduce

Example: using Configuration Synchronizer, examine available configuration updates on a site where recipes have been applied. Result: any upstream updates from applied recipes are not available.

Proposed resolution

The main implementation challenge is that recipes are not stored locally on the filesystem, so their configuration is not by default available.

Configuration Provider would need to:

  • Consult list of site's installed recipes
  • Download all installed recipes
  • Load provided config, applying config actions where present

Remaining tasks

User interface changes

API changes

Data model changes

Feature request
Status

Active

Version

3.0

Component

Code

Created by

🇨🇦Canada nedjo

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024