atlasdb icon indicating copy to clipboard operation
atlasdb copied to clipboard

Timelock migration docs weren't updated since conjure-java migration

Open jeremyk-91 opened this issue 5 years ago • 0 comments

We have cluster management docs for upgrading a 1 to 3 node cluster. These use curls from before the conjure java migration, so something like

curl -XGET https://<timelock-host>:<timelock-port>/timelock/api/leader/<client>/timelock/fresh-timestamp

But this is wrong after the conjure java migration. You need something closer to

curl -k -XPOST https://host:port/timelock/api/tl/ts/<client> --data '{"numTimestamps": 1}' -H "Bearer: Auth unused"

Docs should be updated.

jeremyk-91 avatar May 14 '20 17:05 jeremyk-91