diff doc/rest.txt @ 6205:1b9f6b9befeb

Clarify need to set secret_key for rest.
author John Rouillard <rouilj@ieee.org>
date Fri, 26 Jun 2020 18:33:21 -0400
parents e77f6d00cfb9
children b6f2cf872d2e
line wrap: on
line diff
--- a/doc/rest.txt	Tue Jun 23 14:02:50 2020 -0400
+++ b/doc/rest.txt	Fri Jun 26 18:33:21 2020 -0400
@@ -50,9 +50,12 @@
 installing a new tracker with ``roundup-admin ... install`` the
 ``secret_key`` value is automatically set to some random value.
 
-If ``secret_key`` is not set, the etag value returned by a REST
-call will be change on every call even though the item has not
-changed.
+If ``secret_key`` is not set, the etag value returned by a REST call
+will changed on every call even though the item has not changed. This
+means users will be unable to submit changes using the rest
+interface. (Note, if you run roundup in a persistent mode: server,
+wsgi, mod_python, the etag will change on every restart if not
+explicitly set.)
 
 .. _upgrading directions: upgrading.html
 

Roundup Issue Tracker: http://roundup-tracker.org/