16212: Loads PAM login feature from exported config.
[arvados-workbench2.git] / src / common / config.ts
index 0a13f4e11664b7fe9fc945ac30e236682eb43572..f9fb9f6a0727d708a4cbd641d40d05563630dd97 100644 (file)
@@ -58,6 +58,7 @@ export interface ClusterConfigJSON {
     };
     Login: {
         LoginCluster: string;
+        PAM: boolean;
     };
     Collections: {
         ForwardSlashNameSubstitution: string;
@@ -187,6 +188,7 @@ export const mockClusterConfigJSON = (config: Partial<ClusterConfigJSON>): Clust
     },
     Login: {
         LoginCluster: "",
+        PAM: false,
     },
     Collections: {
         ForwardSlashNameSubstitution: "",