Skip to content

Commit

Permalink
Merge pull request #303 from cisagov/okta-env-updates
Browse files Browse the repository at this point in the history
Update env vars for okta user pool information local/staging/prod
  • Loading branch information
schmelz21 authored May 28, 2024
2 parents 9c1cf2c + 9de1b28 commit 62a2d62
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ AWS_REGION=us-east-1
REACT_APP_COGNITO_DOMAIN=crossfeed-staging-okta-idp.auth.us-east-1.amazoncognito.com
REACT_APP_COGNITO_CLIENT_ID=481n0fqrjiouharsddrv94c1a2
REACT_APP_COGNITO_USER_POOL_ID=us-east-1_iWciADuOe
REACT_APP_COGNITO_CALLBACK_URL=http://localhost/okta-callback
REACT_APP_COGNITO_CALLBACK_URL=https://staging-cd.crossfeed.cyber.dhs.gov/okta-callback

FARGATE_MAX_CONCURRENCY=100
SCHEDULER_ORGS_PER_SCANTASK=2
Expand Down
5 changes: 5 additions & 0 deletions frontend/prod.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ REACT_APP_USER_POOL_CLIENT_ID=6qseah01b4vse02srrpra2u350
REACT_APP_TERMS_VERSION=1
REACT_APP_COOKIE_DOMAIN=crossfeed.cyber.dhs.gov
REACT_APP_TOTP_ISSUER=CISA Crossfeed
AWS_REGION=us-gov-west-1
REACT_APP_COGNITO_DOMAIN=crossfeed-prod-okta-idp.auth-fips.us-gov-west-1.amazoncognito.com
REACT_APP_COGNITO_CLIENT_ID=1nacnjc6sejbala9uf97eeq9o1
REACT_APP_COGNITO_USER_POOL_ID=us-gov-west-1_L1ZjQdUKA
REACT_APP_COGNITO_CALLBACK_URL=https://crossfeed.cyber.dhs.gov/okta-callback
5 changes: 5 additions & 0 deletions frontend/stage.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ REACT_APP_USER_POOL_CLIENT_ID=1qf4cii9v0t9hn1hnr54f2ao0j
REACT_APP_TERMS_VERSION=1
REACT_APP_COOKIE_DOMAIN=staging-cd.crossfeed.cyber.dhs.gov
REACT_APP_TOTP_ISSUER=Staging Crossfeed
AWS_REGION=us-east-1
REACT_APP_COGNITO_DOMAIN=crossfeed-staging-okta-idp.auth.us-east-1.amazoncognito.com
REACT_APP_COGNITO_CLIENT_ID=481n0fqrjiouharsddrv94c1a2
REACT_APP_COGNITO_USER_POOL_ID=us-east-1_iWciADuOe
REACT_APP_COGNITO_CALLBACK_URL=https://staging-cd.crossfeed.cyber.dhs.gov/okta-callback

0 comments on commit 62a2d62

Please sign in to comment.