Skip to content

Commit

Permalink
Update lib/IAMClient.js
Browse files Browse the repository at this point in the history
Co-authored-by: William <[email protected]>
  • Loading branch information
benzekrimaha and williamlardier authored May 2, 2024
1 parent 674c323 commit e9b871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IAMClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class VaultClient {
this.log = new this.logApi.Logger('VaultClient');
this._path = path;
this.useAuthenticatedAdminRoutes = false;
this.parameterValidation = parameterValidation !== undefined ? parameterValidation : true;
this.parameterValidation = parameterValidation !== undefined ? !!parameterValidation : true;
}

setCustomEndpointForSignature(host, path) {
Expand Down

0 comments on commit e9b871e

Please sign in to comment.