Add auditSource to ensureCertificate

This commit is contained in:
Girish Ramakrishnan
2018-01-30 15:16:34 -08:00
parent 8e500e0243
commit 86cf8bf9e7
3 changed files with 18 additions and 8 deletions

View File

@@ -116,7 +116,7 @@ function configureReverseProxy(app, callback) {
assert.strictEqual(typeof app, 'object');
assert.strictEqual(typeof callback, 'function');
reverseProxy.configureApp(app, callback);
reverseProxy.configureApp(app, { userId: null, username: 'apptask' }, callback);
}
function unconfigureReverseProxy(app, callback) {