ezpaarse-project / ezpaarse

ezPAARSE can ingest your (proxy) log files and show how users access suscribed electronic ressources.
http://www.ezpaarse.org
Other
70 stars 27 forks source link

The admin.md doc is partly obsolete #19

Closed tporquet closed 6 years ago

tporquet commented 8 years ago

the routes described in the Knowledge bases management section have changed /parsers/status /pkb/status lead to 404 or "Cannot PUT /pkb/status" and "Cannot PUT /parsers/status" messages.

There is now only one route available : /platforms/status on which we can GET or POST. For example : 'curl -X GET -u "admin:password" http://localhost:59599/platforms/status' yields the following response : {"current":"b87ecaa","head":"b87ecaa","tag":"","from-head":"uptodate","from-tag":"uptodate","local-commits":false,"local-changes":false}

tporquet commented 8 years ago

I think that the "Users management" needs a refresh as well.

The route to create a user and the example curl command don't seem to work anymore.

tporquet commented 8 years ago

The "Users management" doc section still needs a refresh. The curl examples don't work for user creation, user update and user deletion. I've only been able to update the GET request for listing all users...

tporquet commented 8 years ago

The "Users management" still needs a refresh. The route to create, delete and a user and the example curl command don't seem to work anymore.

tporquet commented 7 years ago

It is not possible to create a new user via the CLI The curl command has no effect: curl -X POST -u "thomas.porquet@couperin.org:passwd" --data "username=foo@foo.foo&password=bar&group=user" http://localhost:59599/users/

tporquet commented 7 years ago

Mettre doc/developement/admin.md à jour pour la création, la modification et la suppression des users