-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move over the lz-infra branch and capture updates
- Loading branch information
Showing
79 changed files
with
2,917 additions
and
5,853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
--- | ||
## added dev option for environment to remove the warning | ||
## from 'npx sls package' during backend 'test' github action | ||
## Warning: Invalid configuration encountered at 'provider.environment': must be object | ||
dev: | ||
DUMMY: | ||
|
||
|
@@ -14,8 +16,6 @@ staging: | |
PE_DB_PASSWORD: ${ssm:/crossfeed/staging/PE_DB_PASSWORD} | ||
SIXGILL_CLIENT_ID: ${ssm:/crossfeed/staging/SIXGILL_CLIENT_ID} | ||
SIXGILL_CLIENT_SECRET: ${ssm:/crossfeed/staging/SIXGILL_CLIENT_SECRET} | ||
INTELX_API_KEY: ${ssm:/crossfeed/staging/INTELX_API_KEY} | ||
HIBP_API_KEY: ${ssm:/crossfeed/staging/HIBP_API_KEY} | ||
PE_SHODAN_API_KEYS: ${ssm:/crossfeed/staging/PE_SHODAN_API_KEYS} | ||
JWT_SECRET: ${ssm:/crossfeed/staging/APP_JWT_SECRET} | ||
LOGIN_GOV_REDIRECT_URI: ${ssm:/crossfeed/staging/LOGIN_GOV_REDIRECT_URI} | ||
|
@@ -32,33 +32,20 @@ staging: | |
FARGATE_LOG_GROUP_NAME: 'crossfeed-staging-worker' | ||
CROSSFEED_SUPPORT_EMAIL_SENDER: '[email protected]' | ||
CROSSFEED_SUPPORT_EMAIL_REPLYTO: '[email protected]' | ||
FRONTEND_DOMAIN: 'https://staging-cd.crossfeed.cyber.dhs.gov' | ||
FRONTEND_DOMAIN: 'https://staging.crossfeed.cyber.dhs.gov' | ||
SLS_LAMBDA_PREFIX: '${self:service}-${self:provider.stage}' | ||
USE_COGNITO: 1 | ||
REACT_APP_USER_POOL_ID: us-east-1_uxiY8DOum | ||
REACT_APP_USER_POOL_ID: ${ssm:/crossfeed/staging/USER_POOL_ID} | ||
REACT_APP_USER_POOL_KEY: ${ssm(raw):/crossfeed/staging/USER_POOL_KEY} | ||
WORKER_USER_AGENT: ${ssm:/crossfeed/staging/WORKER_USER_AGENT} | ||
WORKER_SIGNATURE_PUBLIC_KEY: ${ssm:/crossfeed/staging/WORKER_SIGNATURE_PUBLIC_KEY} | ||
ELASTICSEARCH_ENDPOINT: ${ssm:/crossfeed/staging/ELASTICSEARCH_ENDPOINT} | ||
REACT_APP_TERMS_VERSION: ${ssm:/crossfeed/staging/REACT_APP_TERMS_VERSION} | ||
REACT_APP_RANDOM_PASSWORD: ${ssm:/crossfeed/staging/REACT_APP_RANDOM_PASSWORD} | ||
MATOMO_URL: http://matomo.crossfeed.local | ||
MATOMO_URL: http://matomo.cfs.lz.us-cert.gov | ||
EXPORT_BUCKET_NAME: cisa-crossfeed-staging-exports | ||
PE_API_URL: ${ssm:/crossfeed/staging/PE_API_URL} | ||
REPORTS_BUCKET_NAME: cisa-crossfeed-staging-reports | ||
CLOUDWATCH_BUCKET_NAME: cisa-crossfeed-staging-cloudwatch | ||
STAGE: staging | ||
PE_CLUSTER_NAME: pe-staging-worker | ||
SHODAN_QUEUE_URL: ${ssm:/crossfeed/staging/SHODAN_QUEUE_URL} | ||
SHODAN_SERVICE_NAME: pe-staging-shodan | ||
DNSTWIST_QUEUE_URL: ${ssm:/crossfeed/staging/DNSTWIST_QUEUE_URL} | ||
DNSTWIST_SERVICE_NAME: pe-staging-dnstwist | ||
HIBP_QUEUE_URL: ${ssm:/crossfeed/staging/HIBP_QUEUE_URL} | ||
HIBP_SERVICE_NAME: pe-staging-hibp | ||
INTELX_QUEUE_URL: ${ssm:/crossfeed/staging/INTELX_QUEUE_URL} | ||
INTELX_SERVICE_NAME: pe-staging-intelx | ||
CYBERSIXGILL_QUEUE_URL: ${ssm:/crossfeed/staging/CYBERSIXGILL_QUEUE_URL} | ||
CYBERSIXGILL_SERVICE_NAME: pe-staging-cybersixgill | ||
EMAIL_BUCKET_NAME: cisa-crossfeed-staging-html-email | ||
VPC_ENDPOINT: ${ssm:/crossfeed/staging/BACKEND_VPC_ENDPOINT} | ||
|
||
prod: | ||
DB_DIALECT: 'postgres' | ||
|
@@ -85,23 +72,21 @@ prod: | |
FRONTEND_DOMAIN: 'https://crossfeed.cyber.dhs.gov' | ||
SLS_LAMBDA_PREFIX: '${self:service}-${self:provider.stage}' | ||
USE_COGNITO: 1 | ||
REACT_APP_USER_POOL_ID: us-east-1_MZgKoBmkN | ||
REACT_APP_USER_POOL_ID: ${ssm:/crossfeed/prod/USER_POOL_ID} | ||
REACT_APP_USER_POOL_KEY: ${ssm(raw):/crossfeed/prod/USER_POOL_KEY} | ||
WORKER_USER_AGENT: ${ssm:/crossfeed/prod/WORKER_USER_AGENT} | ||
WORKER_SIGNATURE_PUBLIC_KEY: ${ssm:/crossfeed/prod/WORKER_SIGNATURE_PUBLIC_KEY} | ||
ELASTICSEARCH_ENDPOINT: ${ssm:/crossfeed/prod/ELASTICSEARCH_ENDPOINT} | ||
REACT_APP_TERMS_VERSION: ${ssm:/crossfeed/prod/REACT_APP_TERMS_VERSION} | ||
REACT_APP_RANDOM_PASSWORD: ${ssm:/crossfeed/prod/REACT_APP_RANDOM_PASSWORD} | ||
MATOMO_URL: http://matomo.crossfeed.local | ||
MATOMO_URL: http://matomo.cfs.lz.us-cert.gov | ||
EXPORT_BUCKET_NAME: cisa-crossfeed-prod-exports | ||
PE_API_URL: ${ssm:/crossfeed/prod/PE_API_URL} | ||
REPORTS_BUCKET_NAME: cisa-crossfeed-prod-reports | ||
CLOUDWATCH_BUCKET_NAME: cisa-crossfeed-prod-cloudwatch | ||
STAGE: prod | ||
PE_CLUSTER_NAME: pe-prod-worker | ||
SHODAN_QUEUE_URL: ${ssm:/crossfeed/prod/SHODAN_QUEUE_URL} | ||
SHODAN_SERVICE_NAME: pe-prod-shodan | ||
EMAIL_BUCKET_NAME: cisa-crossfeed-staging-html-email | ||
VPC_ENDPOINT: ${ssm:/crossfeed/prod/BACKEND_VPC_ENDPOINT} | ||
|
||
## added dev option for vpc to remove the warning | ||
## from 'npx sls package' during backend 'test' github action | ||
## Warning: Invalid configuration encountered at 'provider.vpc': must be object | ||
dev-vpc: | ||
securityGroupIds: | ||
- dummy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.