16212: Loads PAM login feature from exported config.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Fri, 27 Mar 2020 21:50:04 +0000 (18:50 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 29 Apr 2020 20:24:36 +0000 (17:24 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>

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: "",