NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The migration of access control data has been implemented as a series of ReST services. These services must be invoked in the following order for all access data to be migrated from CSM to Spring Security.

#

Action

1

Migrates all user accounts and grants them all the default Public role and Curator role to curators in CSM.

https://cananolab.nci.nih.gov/caNanoLab/rest/datamigration/migrateuseraccounts

Migrates all access for samples - RWD access for owner and curator, R access for researcher, RWD and R access for specific users.

https://cananolab.nci.nih.gov/caNanoLab/rest/datamigration/migratesampleaccess

Migrates all access for protocols - RWD access for owner and curator, R access for researcher, RWD and R access for specific users.

https://cananolab.nci.nih.gov/caNanoLab/rest/datamigration/migrateprotocolaccess

Migrates all access for publications - RWD access for owner and curator, R access for researcher, RWD and R access for specific users.

https://cananolab.nci.nih.gov/caNanoLab/rest/datamigration/migratepublicationaccess

Adds all charaterizations to the ACL tables and sets them up with the corresponding sample as parent objects. This sets up the characterizations to inherit the access of their sample.

https://cananolab.nci.nih.gov/caNanoLab/rest/datamigration/migratecharaccess

Migrates all organizations to ACL tables and grant public access. Also, sets up inheritance of access for POCs of organizations.

https://cananolab.nci.nih.gov/caNanoLab/rest/datamigration/migratesamplesourceaccess

Step 2. caNanoLab installation instructions to upgrade to 2.2

...

Open the URL, http://<APP_SERVER_URL>/caNanoLab/, for example,  http://localhost:8080/caNanoLab . The Welcome/Login page displays.

Return to top