empowerai / fs-permit-platform

Module for intake of special use applications for Forest Service Application Permits
Other
3 stars 0 forks source link

As a system admin, I would like to have circleCi leverage the checked in `vcap-services/local-or-ci.json` to be used at the base for the VCAP_SERVICE env var. #471

Open lauraGgit opened 6 years ago

lauraGgit commented 6 years ago

Notes

add to the circle config something to copy over the checked in vcaps structure - to minimize the amount that needs to be stored in circles env vars -

export VCAP_SERVICES=$(cat vcap-services/local-or-ci.json) and then overwrite the subobject of VCAP_SERVICES.s3 with jq by pulling in the relevant credentials from the circle environment variables.

Acceptance Criteria

Tasks

Definition of Done

ASprinkle commented 6 years ago

I have no idea what this means, but it sounds important!