Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e3bf845

Browse files
Fix auth0 issue
1 parent a8e011f commit e3bf845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { getControllerMethods, getSubControllerMethods } = require('./controller-
1414
const logger = require('./logger')
1515
const busApi = require('tc-bus-api-wrapper')
1616
const busApiClient = busApi(_.pick(config, ['AUTH0_URL', 'AUTH0_AUDIENCE', 'TOKEN_CACHE_TIME', 'AUTH0_CLIENT_ID',
17-
'AUTH0_CLIENT_SECRET', 'BUSAPI_URL', 'KAFKA_ERROR_TOPIC']))
17+
'AUTH0_CLIENT_SECRET', 'BUSAPI_URL', 'KAFKA_ERROR_TOPIC', 'AUTH0_PROXY_SERVER_URL']))
1818

1919
/**
2020
* convert json object to ion.js writer

0 commit comments

Comments
 (0)