clean up the keys, down to one key for testing
This commit is contained in:
parent
453cb4410b
commit
3b0b29664e
|
@ -1 +1 @@
|
|||
[{"pk": 1, "model": "binder.key", "fields": {"data": "wtfrrfiiWT9bbqKL0LlYPA==", "name": "test-key-incorrect", "algorithm": "hmac-md5"}}, {"pk": 2, "model": "binder.key", "fields": {"data": "tooshort", "name": "test-key-tooshort", "algorithm": "hmac-md5"}}, {"pk": 3, "model": "binder.key", "fields": {"data": "kTcmbjZNULvw3qnyZwq5sw==", "name": "test-key", "algorithm": "hmac-md5"}}, {"pk": 4, "model": "binder.key", "fields": {"data": "5TcmbjZ2mLvw3u9yZwq5sw41", "name": "unknown-key", "algorithm": "hmac-md5"}}, {"pk": 2, "model": "binder.bindserver", "fields": {"statistics_port": 1234, "hostname": "testserver1", "default_transfer_key": null}}]
|
||||
[{"pk": 3, "model": "binder.key", "fields": {"data": "kTcmbjZNULvw3qnyZwq5sw==", "name": "test-key", "algorithm": "hmac-md5"}}, {"pk": 4, "model": "binder.key", "fields": {"data": "5TcmbjZ2mLvw3u9yZwq5sw41", "name": "unknown-key", "algorithm": "hmac-md5"}}, {"pk": 2, "model": "binder.bindserver", "fields": {"statistics_port": 8053, "hostname": "testserver1", "default_transfer_key": null}}]
|
Loading…
Reference in New Issue