From 7650f1402214d14b73b18c3f11f31d7843bf03be Mon Sep 17 00:00:00 2001 From: Marat Salimzianov Date: Fri, 1 Mar 2024 15:43:16 +0100 Subject: [PATCH] UserPoolId in Outputs --- infrastructure/parallelcluster-ui.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infrastructure/parallelcluster-ui.yaml b/infrastructure/parallelcluster-ui.yaml index 0f585060c..7f8d90d47 100644 --- a/infrastructure/parallelcluster-ui.yaml +++ b/infrastructure/parallelcluster-ui.yaml @@ -1017,6 +1017,9 @@ Outputs: AppClientId: Description: The id of the Cognito app client Value: !Ref CognitoAppClient + UserPoolId: + Description: The id of Cognito user pool + Value: !If [ UseExistingCognito, !Ref UserPoolId, !GetAtt [ Cognito, Outputs.UserPoolId ]] UserPoolClientSecretArn: Description: The app client secret ARN for ParallelCluster UI. Value: !GetAtt UserPoolClientSecret.SecretArn