diff options
author | Daniil Baturin <daniil@baturin.org> | 2023-12-04 15:54:10 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2023-12-04 15:54:10 +0000 |
commit | f83fc70fb24f54f331386b102fc21ce4050c4ddf (patch) | |
tree | 588701976d31fb6843b2077dfa07335106f8c8f0 | |
parent | cc2872fc3eca6b5612b925b962f227b3b27ec71f (diff) | |
download | vyos-1x-f83fc70fb24f54f331386b102fc21ce4050c4ddf.tar.gz vyos-1x-f83fc70fb24f54f331386b102fc21ce4050c4ddf.zip |
https: T5772: remove the default API key
-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 f51e4ddda..5d17b6b0c 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -37,7 +37,7 @@ api_data = { 'port' : '8080', 'strict' : 'false', 'debug' : 'false', - 'api_keys' : [ {"id": "testapp", "key": "qwerty"} ] + 'api_keys' : [ ] } vyos_cert_data = { |