From 83460a1efdcbe157f685732653a11ff2a1bf5830 Mon Sep 17 00:00:00 2001 From: Lucius Bono Date: Wed, 17 Oct 2018 13:09:17 -0700 Subject: [PATCH] Exposing IDP parameters to the actual instance that will use them. --- cloudy_mozdef/cloudformation/mozdef-parent.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloudy_mozdef/cloudformation/mozdef-parent.yml b/cloudy_mozdef/cloudformation/mozdef-parent.yml index 9f452ad3..a43e1f6e 100644 --- a/cloudy_mozdef/cloudformation/mozdef-parent.yml +++ b/cloudy_mozdef/cloudformation/mozdef-parent.yml @@ -79,6 +79,9 @@ Resources: MozDefSecurityGroupId: !GetAtt MozDefSecurityGroups.Outputs.MozDefSecurityGroupId MozDefLoadBalancerSecurityGroupId: !GetAtt MozDefSecurityGroups.Outputs.MozDefLoadBalancerSecurityGroupId MozDefACMCertArn: !Ref ACMCertArn + OIDCClientId: !Ref OIDCClientId + OIDCClientSecret: !Ref OIDCClientSecret + IDPurl: !Ref IDPurl Tags: - Key: application Value: mozdef