From d78f75f886ba1227595a08c9d4a5668d2d2fff90 Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Fri, 20 Sep 2019 15:54:28 -0500 Subject: [PATCH] chore: tweak some settings --- quicktest.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quicktest.js b/quicktest.js index f5754df..bcc623c 100644 --- a/quicktest.js +++ b/quicktest.js @@ -1,8 +1,7 @@ const got = require('got'); (async () => { - const result = await got(`https://${process.env.VAULT_HOST}:${process.env.VAULT_PORT}/v1/secret/config`, { - method: 'POST', + const result = await got(`http://${process.env.VAULT_HOST}:${process.env.VAULT_PORT}/v1/secret/config`, { headers: { 'X-Vault-Token': 'testtoken' }