Dummy address causes Config validation error

Created on 19 March 2024, 11 months ago

Problem/Motivation

From UpdateEmailBuilder, notification email address for update.settings is overridden with dummy value.

But this way, it fails config validation with Configuration Inspector cause
dummy is not a valid email address.

Proposed resolution

We should use either valid email address or empty value for config_overrides section in UpdateEmailBuilder

 *   config_overrides = {
 *     "update.settings" = {
 *       "notification" = { "emails" = { "dummy" } },
 *     },
 *   },
🐛 Bug report
Status

Active

Version

1.4

Component

Code

Created by

🇷🇺Russia sorlov

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024