linz / QGIS-AIMS-Plugin

QGIS Plugin for managing LINZ address information
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Add Nina to AIMS #233

Closed SPlanzer closed 4 years ago

SPlanzer commented 4 years ago

from @YingtingChen

please add Nina Barcinska (NBarcinska) to prdassgeo01 user list (same roles as the addressing team member).

Adding here to track task and follow up questions

SPlanzer commented 4 years ago

Hi @YingtingChen

I have added this task here to track as it has multiple steps.

Does she also also require access to the AIMS API?

YingtingChen commented 4 years ago

If she will use the AIMS plugin then yes she needs access to api as well. We have page that lists all the things that need to be done. And I believe I can set up the tomcat user from my end :)

SPlanzer commented 4 years ago

Ah. great. I'll do the database side before I go home tonight. Let me know if you need a hand with the API user or Tomcat side

YingtingChen commented 4 years ago

Sweet. Thanks for the help!

SPlanzer commented 4 years ago

new user created on prd

-- Role: NBarcinska

-- DROP ROLE "NBarcinska";

CREATE ROLE "NBarcinska" LOGIN
  NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLICATION;
GRANT bde_user TO "NBarcinska";
GRANT roads_user TO "NBarcinska";
COMMENT ON ROLE "NBarcinska" IS 'LINZ Addressing user';