Dashboard for a high density overview of the platform state
- Node.js 8 LTS (if you are an nvm user install with:
nvm use lts/Carbon) - Install the deps
npm install
Configuration is achieved via the following environment variables:
SNAPSHOT_URLa URL to the infrastructure state fileBASIC_AUTH_USERNAMErestrict access to this usernameBASIC_AUTH_PASSWORDrestrict access to this password
If you have access to a development environment you can fetch the snapshot url from the state bucket. The following assumes you have the necasary aws credentials already configured:
export SNAPSHOT_URL=$(aws s3 cp s3://gds-paas-${DEPLOY_ENV}-state/health-snapshot-secrets.yml - | awk '/snapshot_url/ { print $2 }')
npm start