Skip to content

Commit 2c99c7f

Browse files
committed
Merge branch 'develop' into feature/restful-invites
2 parents 36c76fc + c510cd4 commit 2c99c7f

File tree

9 files changed

+554
-454
lines changed

9 files changed

+554
-454
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ deploy_steps: &deploy_steps
3232
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
3333
source buildenvvar
3434
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
35+
36+
echo "======= Running Masterscript - deploy projects-api-consumers ==========="
37+
if [ -e ${LOGICAL_ENV}-${APPNAME}-appvar.json ]; then sudo rm -vf ${LOGICAL_ENV}-${APPNAME}-appvar.json; fi
38+
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-consumers-deployvar
39+
source buildenvvar
40+
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
3541
3642
jobs:
3743
test:

config/custom-environment-variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"lookerConfig": {
5959
"EMBED_KEY": "LOOKER_EMBED_KEY",
6060
"LOOKER_HOST": "LOOKER_HOST",
61-
"SESSION_LENGTH": "SESSION_LENGTH",
61+
"SESSION_LENGTH": "LOOKER_SESSION_LENGTH",
6262
"BASE_URL": "LOOKER_API_BASE_URL",
6363
"CLIENT_ID": "LOOKER_API_CLIENT_ID",
6464
"CLIENT_SECRET": "LOOKER_API_CLIENT_SECRET",

config/default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"idleTimeout": 1000
3737
},
3838
"kafkaConfig": {
39-
"hosts": "localhost:9092"
39+
"url": "localhost:9092"
4040
},
4141
"analyticsKey": "",
4242
"VALID_ISSUERS": "[\"https:\/\/topcoder-newauth.auth0.com\/\",\"https:\/\/api.topcoder-dev.com\"]",
@@ -63,7 +63,7 @@
6363
"lookerConfig": {
6464
"EMBED_KEY": "FAKE_KEY",
6565
"LOOKER_HOST": "demo.looker.com",
66-
"SESSION_LENGTH": 86400,
66+
"SESSION_LENGTH": 120,
6767
"BASE_URL": "",
6868
"CLIENT_ID": "",
6969
"CLIENT_SECRET": "",

0 commit comments

Comments
 (0)