Merge pull request #10700 from backstage/rugvip/ignore-errors
config-loader,backend-common: do not fail backend startup on config schema errors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
The backend will no longer fail to start up when configured secrets do not match the configuration schema.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/config-loader': minor
|
||||
---
|
||||
|
||||
Added `ignoreSchemaErrors` to `schema.process`.
|
||||
Reference in New Issue
Block a user