From dc8902c62a18a0cdd94fe74aeb5e22365afc9e08 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Tue, 13 Mar 2018 16:13:36 -0700 Subject: [PATCH] Add insecureSkipVerify to default kapacitor --- ui/test/resources.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/test/resources.ts b/ui/test/resources.ts index caee2f9c5..c593cc551 100644 --- a/ui/test/resources.ts +++ b/ui/test/resources.ts @@ -54,6 +54,7 @@ export const kapacitor = { username: 'influx', password: '', active: false, + insecureSkipVerify: false, links: { self: '/kapa/1', proxy: '/proxy/kapacitor/1',