extract the cloudflare access auth provider
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Vendored
-9
@@ -182,15 +182,6 @@ export interface Config {
|
||||
iss?: string;
|
||||
region: string;
|
||||
};
|
||||
/** @visibility frontend */
|
||||
cfaccess?: {
|
||||
teamName: string;
|
||||
/** @deepVisibility secret */
|
||||
serviceTokens?: Array<{
|
||||
token: string;
|
||||
subject: string;
|
||||
}>;
|
||||
};
|
||||
/**
|
||||
* The backstage token expiration.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user