extract the cloudflare access auth provider

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-04-04 23:22:47 +02:00
parent 8232cd9934
commit c26218d351
26 changed files with 1115 additions and 743 deletions
-9
View File
@@ -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.
*/