After updating to Drupal 10, config_auto_export exports values from settings.php overrides

Created on 13 November 2023, over 1 year ago
Updated 28 May 2024, 11 months ago

Problem/Motivation

After updating to Drupal 10, updating a config override in a settings.php file triggers an export that contains the override's value. Using a secrets.settings.php to store sensitive information is recommended by Acquia:

https://docs.acquia.com/resource/secrets/#secrets-settings-php-file

And if you take that approach, then your secrets can potentially wind up wherever you have config_auto_export configured to send them.

Steps to reproduce

Have config_auto_export 2.1.6 running on Drupal 10.1.x, add a config override to a settings.php file, see that the override triggers an export which includes the override value.

Proposed resolution

Do not save values from settings.php files.

Remaining tasks

TBD

User interface changes

TBD

API changes

TBD

Data model changes

TBD

πŸ’¬ Support request
Status

Postponed: needs info

Version

2.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States charginghawk

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

Comments & Activities

Production build 0.71.5 2024