Merge pull request #22859 from awanlin/topic/add-config-for-experimentalExtraAllowedOrigins
Added `experimentalExtraAllowedOrigins` to config
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Added `experimentalExtraAllowedOrigins` to config
|
||||
Vendored
+4
@@ -191,5 +191,9 @@ export interface Config {
|
||||
*/
|
||||
backstageTokenExpiration?: HumanDuration;
|
||||
};
|
||||
/**
|
||||
* Additional app origins to allow for authenticating
|
||||
*/
|
||||
experimentalExtraAllowedOrigins?: string[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user