Skip to content

Commit

Permalink
Merge pull request #31 from NASA-IMPACT/dev
Browse files Browse the repository at this point in the history
fix: change export name of cognito domain for ci
  • Loading branch information
slesaad authored May 23, 2024
2 parents d3429ec + ff15bc0 commit 3661b30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infra/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ def _add_domain(self, userpool: cognito.UserPool) -> cognito.UserPoolDomain:
value=domain.base_url(),
)

CfnOutput(
self,
"cognito-domain",
export_name=f"{stack_name}-cognito-domain",
value=domain.base_url(),
)

return domain

def _get_client_secret(
Expand Down

0 comments on commit 3661b30

Please sign in to comment.