Re: [Geoserver-devel] Using geoserver like spatial proxy

2016-06-05 Thread Jim Hughes
Hi Jorge, I worked with the QGIS GeoServer plugin and the GeoServer LDAP plugin some last weekend, and I wanted to share some of my experience and make some suggestions. I was able to setup use the LDAP jar from the GeoServer tutorial as a GeoServer role service. Leveraging that, I was able

Re: [Geoserver-devel] Using geoserver like spatial proxy

2016-05-26 Thread Jorge Infante
Hi, Jim. I understand everything explained. And I understand that, in principle, the safety management geoserver is focusing on what the administration (on the one hand, aspects of infrastructure, on the website, and on the other hand, the add and drop of layers, both on the website and in the api

Re: [Geoserver-devel] Using geoserver like spatial proxy

2016-05-24 Thread Jim Hughes
Hi Jorge, We are quite happy to help. Overall, GeoServer has lots with security, and I learned most of what I know from reading the docs here (1). It sounds like you have two tiers of admins: 1) website+GeoServer admins and 2) layer/workspace-only admins. It has been a few months, but I be

Re: [Geoserver-devel] Using geoserver like spatial proxy

2016-05-24 Thread Jorge Infante
Ok, Jim. The problem I see with (1) is that if I give the user permissions administration when connected via plug qgis then my problem would be in that same user could access the website, and do things "unwanted". We try to restrict the roles for updating processes are performed only by persons aut

Re: [Geoserver-devel] Using geoserver like spatial proxy

2016-05-23 Thread Jorge Infante
Yes, Jim. There is a existing opengeo plugin. But, this plugin use only (at now), methods like get/post/put, etc. to get from the geoserver info about workspaces, layers, etc. I'm working with the 2.8.1 sources of geoserver to check it. I need to manage role-based security (and those roles I'll ha

Re: [Geoserver-devel] Using geoserver like spatial proxy

2016-05-23 Thread Jim Hughes
Hi Jorge, It sounds like you have two broad tasks: 1) managing layers (while respecting user roles provided by LDAP), and 2) viewing and updating data. Building on what Andrea mentioned, if LDAP is your role management process, you may need to configure certain LDAP users/groups to have the

Re: [Geoserver-devel] Using geoserver like spatial proxy

2016-05-23 Thread Andrea Aime
Hi Jorge, as far as I know (but I have vague memories) the REST API right now demands admin rights to be accessed, and the rest.properties file does little or nothing in that regard, e.g. one cannot open the REST api to non admin users. I believe this changed when per workspace services where intro

[Geoserver-devel] Using geoserver like spatial proxy

2016-05-23 Thread Jorge Infante
Hi. I'm trying to work in a plugin for qgis, using geoserver as a proxy to spatial layers. I did check the rest api, but, this interface only works for internal users (like admin/geoserver). I need connect from the qgis using ldap authentication (like the web application). I did check if I use the