We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7527ab1 commit bbfe675Copy full SHA for bbfe675
1 file changed
src/auth/VaultKubernetesAuth.js
@@ -37,7 +37,7 @@ class VaultKubernetesAuth extends VaultBaseAuth {
37
}).then((res) => {
38
this._log.debug(
39
'receive token: %s',
40
- res.auth.client_token,
+ res.auth.client_token
41
);
42
43
return this._getTokenEntity(res.auth.client_token);
0 commit comments