Added the organization public user to the api key check

This commit is contained in:
Mario de Frutos
2015-11-27 13:20:55 +01:00
parent dda83c0976
commit 06f033b72a
16 changed files with 16 additions and 16 deletions

View File

@@ -22,4 +22,4 @@ CREATE SCHEMA cdb_geocoder_server;
DROP ROLE IF EXISTS test_regular_user;
CREATE ROLE test_regular_user;
GRANT publicuser TO test_regular_user;
ALTER ROLE test_regular_user SET search_path TO "$user",public,cartodb,cdb_geocoder_client;
ALTER ROLE test_regular_user SET search_path TO public,cartodb,cdb_geocoder_client;