]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2078] Updated after key container change
authorFrancis Dupont <fdupont@isc.org>
Sun, 5 Sep 2021 15:26:37 +0000 (17:26 +0200)
committerRazvan Becheriu <razvan@isc.org>
Tue, 7 Sep 2021 09:45:43 +0000 (12:45 +0300)
src/share/api/gss-tsig-get-all.json
src/share/api/gss-tsig-get.json
src/share/api/gss-tsig-key-get.json

index bb3d33f51304603ce17e417c5fc5deed7dad7758..8ef2bf94e794ce06a579b57fe4b777d71d7430c4 100644 (file)
@@ -14,7 +14,7 @@
     "resp-syntax": [
         "{",
         "    \"result\": 0,",
-        "    \"text\": \"1 GSS-TSIG servers\",",
+        "    \"text\": \"1 GSS-TSIG servers and 1 keys\",",
         "    \"arguments\": {",
         "        \"gss-tsig-servers\": [",
         "            {",
         "                    \"{",
         "                        \"name\": \"1234.sig-foo.com.\",",
         "                        \"inception-date\": \"2021-09-05 12:23:36.281176\",",
+        "                        \"server-id\": \"foo\",",
         "                        \"expire-date\": \"2021-09-05 13:23:36.281176\",",
         "                        \"status\": \"not yet ready\",",
         "                        \"tkey-exchange\": true",
         "                    }",
         "                ]",
+        "            },",
+        "            {",
+        "                \"id\": \"bar\",",
+        "                \"ip-address\": \"192.1.2.4\",",
+        "                \"port\": 53,",
+        "                \"server-principal\": \"DNS/bar.com@FOO.COM\",",
+        "                \"key-name-suffix\": \"bar.com.\",",
+        "                \"tkey-lifetime\": 7200,",
+        "                \"tkey-protocol\": \"UDP\",",
+        "                \"keys\": [ ]",
         "            }",
         "        ]",
         "    }",
index 563767c2ab39323e6a7a96d94e0c68824e1e566c..13e802612729ab716a3be5984edcd93ef3fcedf6 100644 (file)
@@ -31,6 +31,7 @@
         "        \"keys\": [",
         "            \"{",
         "                \"name\": \"1234.sig-foo.com.\",",
+        "                \"server-id\": \"foo\",",
         "                \"inception-date\": \"2021-09-05 12:23:36.281176\",",
         "                \"expire-date\": \"2021-09-05 13:23:36.281176\",",
         "                \"status\": \"not yet ready\",",
index 480579ef5f81f20db3d1c15731d350e513b45076..a11bf2bc4d2a8a960a6698916c87da98578dee68 100644 (file)
@@ -22,6 +22,7 @@
         "    \"text\": \"GSS-TSIG key '1234.sig-foo.com.' found\"",
         "    \"arguments\": {",
         "        \"name\": \"1234.sig-foo.com.\",",
+        "        \"server-id\": \"foo\",",
         "        \"inception-date\": \"2021-09-05 12:23:36.281176\",",
         "        \"expire-date\": \"2021-09-05 13:23:36.281176\",",
         "        \"status\": \"not yet ready\",",