After configuring the Data Steward in shrine.conf, you will then need to configure the SHRINE cell configuration to look for query topics. This file is located within /opt/shrine/tomcat/webapps/shrine-webclient/js-i2b2/cells/SHRINE/cell_config_data.js:


{
    files: [
        "SHRINE_ctrl.js",
        "i2b2_msgs.js"
    ],
    css: [],
    config: {
    // additional configuration variables that are set by the system
    name: "SHRINE Cell",
        description: "The SHRINE cell...",
        category: ["core","cell","shrine"],
        newTopicURL: "https://your_fqdn_url:6443/steward/client/index.html#/topics",
        readApprovedURL: "https://your_fqdn_url:6443/shrine/rest/i2b2/request"
    }
}


The lines of note are the "newTopicURL" and "readApprovedURL". These urls should reflect your SHRINE instance, and will guide SHRINE to look for query topics for the Data Steward.

  • No labels