X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4aee7d57faff02fc6b7b6f750dc22a29e58bb963..608a1591840dfbeac3d5580c505b50bfface5929:/doc/install/install-controller.html.textile.liquid diff --git a/doc/install/install-controller.html.textile.liquid b/doc/install/install-controller.html.textile.liquid index 394aa0fdf7..f78467f5be 100644 --- a/doc/install/install-controller.html.textile.liquid +++ b/doc/install/install-controller.html.textile.liquid @@ -179,3 +179,19 @@ Confirm the service is listening on its assigned port and responding to requests {"errors":["Forbidden"],"error_token":"1533044555+684b532c"} + +h3(#confirm-config). Confirm the public configuration is OK + +Confirm the publicly accessible configuration endpoint does not reveal any sensitive information (e.g., a secret that was mistakenly entered under the wrong configuration key). Use the jq program, if you have installed it, to make the JSON document easier to read. + + +
~$ curl http://0.0.0.0:9004/arvados/v1/config | jq .
+{
+  "API": {
+    "MaxItemsPerResponse": 1000,
+    "MaxRequestAmplification": 4,
+    "RequestTimeout": "5m"
+  },
+  ...
+
+