Hello everyone,
I have to install geoserver with authkey plug-in to restrict access to certain operations. The creation of a new user (and the generation of his key) must be done by non-IT people, so I developed a solution using REST services and geofence to automate all this process. I can now create users and associate them to a group, but I am stuck to the key generation part. 1) I tried to find a way to send « Synchronize user/group service » and retrieve the generated key, but Authkey module does not seem to have his own REST service. 2) I tried to use the user modification REST service of geofence : passing '<user><enabled>false</enabled></user>' in post data works, but '<user><property name="UUID">abcd</property></user>' does not. No error, but the line seems ignored. Did I miss something ? I think my only hope is to develop my own web service to work with authkey module, but I would like to be sure that I have no other simple solution. Thanks, Joffrey ------------------------------ Configuration : Version : 2.8.1 Build Date : 19-Nov-2015 17:48 GeoTools Version : 1.4.1 (rev 945972725619078375e357f8c21011999638df35) GeoWebCache Version : 1.8.0 (rev 1.8.x/b346a3aa6cc433a312c4608b218881d8509a8780)
------------------------------------------------------------------------------
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
