From ad72670a1f7410a3c4a7e2021f0b7511156f5850 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 30 Nov 2023 13:58:39 +0000 Subject: https: T5772: remove the default API key The new verification code prevents it from being used, but it's not a reason to keep it --- python/vyos/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index bddbc08c9..59a001ec7 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -50,7 +50,7 @@ api_data = { 'strict' : False, 'gql' : False, 'debug' : False, - 'api_keys' : [ {"id": "testapp", "key": "qwerty"} ] + 'api_keys' : [ ] } vyos_cert_data = { -- cgit v1.2.3