Skip to content

Commit

Permalink
Deprecated data domain name pattern
Browse files Browse the repository at this point in the history
* This removes Portal now obsolete domain pattern throughout
  i.e. `[api.]data.[dev|stg|prod].umccr.org`
* Along with detaching the associated SSL certificate from ACM
* This will go multiple stages and this is the Phase 1 of
  umccr/infrastructure#272
  • Loading branch information
victorskl committed Apr 12, 2024
1 parent 2d6fd91 commit 1b74a08
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,19 +502,10 @@ custom:
slimPatternsAppendDefaults: true
slimPatterns: ${file(slimpatterns.yml):slimPatterns}
customDomains:
# FIXME: https://github.com/umccr/infrastructure/issues/272
- http:
domainName: ${ssm:/data_portal/backend/api_domain_name}
basePath: ''
# Either set the stage to proper one or use the APIGateway v2 $default value
# stage: ${self:provider.stage}
createRoute53Record: true
certificateArn: ${ssm:/data_portal/backend/certificate_arn}
apiType: http
endpointType: regional
- http:
domainName: ${ssm:/data_portal/backend/api_domain_name2}
basePath: ''
# Either set the stage to proper one or use the APIGateway v2 $default value
# stage: ${self:provider.stage}
createRoute53Record: true
certificateArn: ${ssm:/data_portal/backend/certificate_arn2}
Expand Down

0 comments on commit 1b74a08

Please sign in to comment.