X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ca7a29e2ac03703afeff3248d1b909f42b89ab19..refs/heads/16314-test-user-db:/src/common/config.ts diff --git a/src/common/config.ts b/src/common/config.ts index 361ca24e..dd812c65 100644 --- a/src/common/config.ts +++ b/src/common/config.ts @@ -23,6 +23,9 @@ export interface ClusterConfigJSON { Scheme: string } }; + Mail?: { + SupportEmailAddress: string; + }; Services: { Controller: { ExternalURL: string @@ -64,12 +67,18 @@ export interface ClusterConfigJSON { LDAP: { Enable: boolean; } + OpenIDConnect: { + Enable: boolean; + } PAM: { Enable: boolean; } SSO: { Enable: boolean; } + Test: { + Enable: boolean; + } }; Collections: { ForwardSlashNameSubstitution: string; @@ -216,12 +225,18 @@ export const mockClusterConfigJSON = (config: Partial): Clust LDAP: { Enable: false, }, + OpenIDConnect: { + Enable: false, + }, PAM: { Enable: false, }, SSO: { Enable: false, }, + Test: { + Enable: false, + }, }, Collections: { ForwardSlashNameSubstitution: "",