X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/97d368d1f14a17b0c4d847a22b51444b577f4bab..56de379ae4a118adf1dc314378decb9bc6675386:/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"
+  },
+  ...
+
+