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:
Patrik Oldsberg
2022-04-08 23:24:42 +02:00
committed by GitHub
7 changed files with 41 additions and 10 deletions
+5
View File
@@ -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.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config-loader': minor
---
Added `ignoreSchemaErrors` to `schema.process`.