Bind to sns service

This commit is contained in:
Ryan Ahearn
2023-02-28 14:49:53 -05:00
parent b07b95f795
commit 439722990e
5 changed files with 6 additions and 1 deletions

View File

@@ -6,3 +6,4 @@ worker_memory: 512M
scheduler_memory: 256M
public_api_route: notify-api-demo.app.cloud.gov
admin_base_url: https://notify-demo.app.cloud.gov
default_toll_free_number: "+18337581259"

View File

@@ -6,3 +6,4 @@ worker_memory: 512M
scheduler_memory: 256M
public_api_route: notify-api.app.cloud.gov
admin_base_url: https://notify.app.cloud.gov
default_toll_free_number: ""

View File

@@ -9,3 +9,4 @@ admin_base_url: https://notify-sandbox.app.cloud.gov
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
DANGEROUS_SALT: sandbox-notify-salt
SECRET_KEY: sandbox-notify-secret-key
default_toll_free_number: ""

View File

@@ -6,3 +6,4 @@ worker_memory: 512M
scheduler_memory: 256M
public_api_route: notify-api-staging.app.cloud.gov
admin_base_url: https://notify-staging.app.cloud.gov
default_toll_free_number: "+18556438890"

View File

@@ -16,6 +16,7 @@ applications:
- name: notify-api-ses-((env))
parameters:
notification_webhook: "https://((public_api_route))/notifications/email/ses"
- notify-api-sns-((env))
processes:
- type: web
@@ -51,7 +52,7 @@ applications:
AWS_SECRET_ACCESS_KEY: ((AWS_SECRET_ACCESS_KEY))
AWS_REGION: us-west-2
AWS_PINPOINT_REGION: us-west-2
AWS_US_TOLL_FREE_NUMBER: +18446120782
AWS_US_TOLL_FREE_NUMBER: ((default_toll_free_number))
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
NEW_RELIC_CA_BUNDLE_PATH: "/etc/ssl/certs/ca-certificates.crt"