diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-11-30 15:19:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 15:19:16 +0000 |
commit | fc76d8f783486c7491afa92a9846a6db353e866c (patch) | |
tree | d53924c75daa2244e4a3fa029f1413f0daff2660 /python/vyos | |
parent | 50a78a29e3bbe6ccc2e070706133c06f6053a612 (diff) | |
parent | ad72670a1f7410a3c4a7e2021f0b7511156f5850 (diff) | |
download | vyos-1x-fc76d8f783486c7491afa92a9846a6db353e866c.tar.gz vyos-1x-fc76d8f783486c7491afa92a9846a6db353e866c.zip |
Merge pull request #2553 from dmbaturin/T5772
https: T5772: remove the default API key
Diffstat (limited to 'python/vyos')
-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 = { |