fix: change externalAccess to optional

Signed-off-by: mario ma <mario.ma.node@gmail.com>
This commit is contained in:
mario ma
2024-06-25 16:55:55 +08:00
parent 9de9d0820b
commit 7f779c705f
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-defaults': patch
'@backstage/backend-app-api': patch
---
change externalAccess to optional
+1 -1
View File
@@ -71,7 +71,7 @@ export interface Config {
* the Backstage ecosystem to get authorized for access to APIs that do
* not permit unauthorized access.
*/
externalAccess: Array<
externalAccess?: Array<
| {
/**
* This is the legacy service-to-service access method, where a set
+1 -1
View File
@@ -74,7 +74,7 @@ export interface Config {
* the Backstage ecosystem to get authorized for access to APIs that do
* not permit unauthorized access.
*/
externalAccess: Array<
externalAccess?: Array<
| {
/**
* This is the legacy service-to-service access method, where a set