Skip to content

Commit

Permalink
Add reference to Semantic Search API in the common stack
Browse files Browse the repository at this point in the history
  • Loading branch information
xinli-cai committed Jun 26, 2024
1 parent 864254e commit 6ed36e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cloudformation/common-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Metadata:
- TiTilerSslCertArn
- GeoCaSslCertArn
- AppGeoCaSslCertArn
- SearchSslCertArn
- GithubUsername
- GithubKey

Expand Down Expand Up @@ -64,6 +65,9 @@ Parameters:
AppGeoCaSslCertArn:
Description: ARN of the SSL cert stored in ACM to be used for app.geo.ca
Type: String
SearchSslCertArn:
Description: ARN of the SSL cert stored in ACM to be used for search-recherche.geocore.api.geo.ca
Type: String
GithubUsername:
Description: Github Username for accessing Canadian Geospatial Platform
Type: String
Expand Down Expand Up @@ -241,6 +245,14 @@ Resources:
Type: String
Value: !Ref AppGeoCaSslCertArn

SearchSslCertArnParam:
Type: AWS::SSM::Parameter
Properties:
Description: ARN of the SSL cert stored in ACM to be used for search-recherche.geocore.api.geo.ca
Name: /webpresence/search-geocore-api-geo-ca/ssl-cert-arn
Type: String
Value: !Ref SearchSslCertArn

GithubUsernameParam:
Type: AWS::SecretsManager::Secret
Properties:
Expand Down

0 comments on commit 6ed36e5

Please sign in to comment.