Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Ensure variables that were in cloud.gov match to AWS #1583

Open
4 tasks
carlsonem opened this issue Feb 24, 2021 · 1 comment
Open
4 tasks

Ensure variables that were in cloud.gov match to AWS #1583

carlsonem opened this issue Feb 24, 2021 · 1 comment

Comments

@carlsonem
Copy link
Collaborator

Notes

  • What are things we should consider when making this story *

Acceptance Criteria

  • [ ]

Tasks

  • [ ]
  • PO approved

Definition of Done

  • Pull requests meet technical definition of done
  • Compare finished design with mockup
  • Usability tested
@briandavidson
Copy link
Member

@mwreiss @carlsonem

The environment variables used in the server application are referred to as "VCAP" and they are generated in vcap-constants.es6 from a combination of querying process.env directly and reading in values from environment configuration files.

These then get consumed by services throughout the application like in this example for newrelic.

We might need to update those configuration files with the values for AWS once we have them. Other than that I think we will need to ensure that the environment variables are getting set correctly wherever that happens in the deployment process, presumably Jenkins.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants