fix: change externalAccess to optional
Signed-off-by: mario ma <mario.ma.node@gmail.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
change externalAccess to optional
|
||||
Vendored
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user