Skip to content

Commit 80ef863

Browse files
committed
pass missing argument to authenticateV4Request
Issue: CLDSRV-618
1 parent cde97fa commit 80ef863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/streamingV4/V4Transform.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class V4Transform extends Transform {
165165
credentialScope: this.credentialScope,
166166
},
167167
};
168-
return vault.authenticateV4Request(vaultParams, null, err => {
168+
return vault.authenticateV4Request(vaultParams, null, {}, err => {
169169
if (err) {
170170
this.log.trace('err from vault on streaming v4 auth',
171171
{ error: err, paramsSentToVault: vaultParams.data });

0 commit comments

Comments
 (0)