[Qgis-community-team] Fw: [SOLVED] QGIS Seem To Bypass PostgreSQL/PostGIS User Privileges/Permissions

Oduware Godwin Osahon victoryaceta at yahoo.com
Mon Apr 3 00:24:48 PDT 2017


FYI

     
----- Forwarded Message -----
 From: Oduware Godwin Osahon <victoryaceta at yahoo.com>
 To: "pgsql-bugs at postgresql.org" <pgsql-bugs at postgresql.org> 
 Sent: Saturday, March 18, 2017 3:15 AM
 Subject: [SOLVED] QGIS Seem To Bypass PostgreSQL/PostGIS User Privileges/Permissions
   
Hi All,
I have been able to solve the mystery. The problem was from QGIS as suspected. When you create the first user connection to the database (PostgreSQL/PostGIS in this case) and you add a new connection with a different user or edit the first connection to a different user without restarting the application, QGIS uses the privileges of the first user connection for the new user connection (the privileges can be viewed from the Database Manager menu). This is likely a bug in the QGIS software as refreshing the edited connection or deleting the connection and creating a new one makes no difference. 
The only way I have found around this "bug" is to restart the QGIS application before creating a new user connection or editing a connection to a different user.


      From: Oduware Godwin Osahon <victoryaceta at yahoo.com>
 To: "pgsql-bugs at postgresql.org" <pgsql-bugs at postgresql.org> 
 Sent: Friday, March 17, 2017 3:34 PM
 Subject: QGIS Seem To Bypass PostgreSQL/PostGIS User Privileges/Permissions
  
Hi All,

I created a "Read-only" User in PostgreSQL via a Role with "SELECT" ONLY privilege on all tables in a schema as shown below:

GRANT SELECT ON ALL TABLES IN SCHEMA [schema_name] TO [role_name]GRANT [role_name] TO [user_name]
Next, I test this by trying to UPDATE a column in a table (same schema as above) with pgAdmin/psql and this works fine by giving a response that the user has no permission - 'ERROR: permission denied for relation <table_name>.'
Next, I connect with the same user in QGIS and add a layer from the same table (same schema as above). I open the attribute table for the layer, turn on editing mode (by clicking on the pencil-like icon), and edit the same field/column above. To my surprise, the edit was saved successfully without any permission error prompt.
Next, I check the value of the field/column (same table/schema as above) in pgAdmin/psql and it is having the new (edited) value from QGIS. This is rather strange as it seems QGIS is bypassing the permissions set for the same user in the PostgreSQL/PostGIS database.
I will be glad if someone can help me unravel this mystery.
   

   

   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-community-team/attachments/20170403/ef2fe44f/attachment.html>


More information about the Qgis-community-team mailing list