summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-11-30 13:58:39 +0000
committerDaniil Baturin <daniil@baturin.org>2023-11-30 13:58:39 +0000
commitad72670a1f7410a3c4a7e2021f0b7511156f5850 (patch)
treed53924c75daa2244e4a3fa029f1413f0daff2660 /python
parent50a78a29e3bbe6ccc2e070706133c06f6053a612 (diff)
downloadvyos-1x-ad72670a1f7410a3c4a7e2021f0b7511156f5850.tar.gz
vyos-1x-ad72670a1f7410a3c4a7e2021f0b7511156f5850.zip
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
Diffstat (limited to 'python')
-rw-r--r--python/vyos/defaults.py2
1 files changed, 1 insertions, 1 deletions
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 = {