We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77af376 commit d37d75aCopy full SHA for d37d75a
1 file changed
test/auth.appRole.test.js
@@ -17,16 +17,6 @@ const logger = _.fromPairs(
17
);
18
19
describe("AppRole auth backend", function () {
20
- function base64decode(str) {
21
- return Buffer.from(str, "base64").toString();
22
- }
23
-
24
- function getAuthorizationHeaderRegExp(awsAccessKey) {
25
- return new RegExp(
26
- `^AWS4-HMAC-SHA256\\sCredential=${awsAccessKey}.+Signature=\\w+$`,
27
- );
28
29
30
/**
31
* @returns {VaultApiClient}
32
*/
0 commit comments