diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-11-30 13:58:39 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-11-30 13:58:39 +0000 |
commit | ad72670a1f7410a3c4a7e2021f0b7511156f5850 (patch) | |
tree | d53924c75daa2244e4a3fa029f1413f0daff2660 /python | |
parent | 50a78a29e3bbe6ccc2e070706133c06f6053a612 (diff) | |
download | vyos-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.py | 2 |
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 = { |