Setting up InField with the Cognite Toolkit
Follow the steps in this article to set up InField with the Cognite Toolkit.
-
Install and configure the Cognite Toolkit.
-
Make sure that you have allowlisted the necessary URLs on your firewall.
-
If necessary, contact Cognite Support to enable sign-in to InField.
-
Collect the IDs for the identity provider (IdP) groups that you will use to control access to InField.
-
In config.<env>.yaml, replace the
<change_me>
values with the IdP group IDs you collected, to use them assource_id
s for the relevant CDF groups:readwrite_source_id: <change_me>
readonly_source_id: <change_me>
---
infield_location_checklist_admin_users_source_id: <change_me>
infield_location_normal_users_source_id: <change_me>
infield_location_template_admin_users_source_id: <change_me>
infield_location_viewer_users_source_id: <change_me>See InField groups for an overview of the groups that will be created in CDF.
-
Configure, build, and deploy the
cdf_demo_infield
package or thecdf_infield
package (no sample data) as described in Configure, build, and deploy CDF modules.
InField groups
The group names are suggestions only. Each group in the identity provider is bound to a corresponding group in CDF by setting the sourceId
parameter of the CDF group to the group ID in the identity provider.
Group | Purpose |
---|---|
cdf_tk_<dev>_readwrite_all | Programmatic access to provision and update services in the <dev> environment. Necessary for running the toolkit. |
cdf_tk_<dev>_readonly_all | Programmatic access to list or read services in the dev environment. Useful for manually inspecting toolkit runs in the CDF user interface. |
Per location: | |
infield_<dev>_application_configuration | Users who can view the InField configuration in the built-in user interface across all locations in dev . |
infield_<dev>_<location>_checklist_admins | Admin users for checklists in location <location> in environment <dev> . |
infield_<dev>_<location>_normal_users | Regular users for checklists in location <location> in environment <dev> . |
infield_<dev>_<location>_template_admins | Admin users for templates in location <location> in environment <dev> . |
infield_<dev>_<location>_viewers | Users who can view, but not change, checklists in location <location> in environment <dev> . |
Locations are typically used to distinguish between different sites, plants, geographical locations, or systems.
Moving from Open Industrial Data (OID) to your own data
If you have used the cdf_demo_infield
package to deploy the default InField setup with sample data from Open Industrial Data (OID), you can modify the configuration to use your organization's data instead. Use one of these methods:
- Copy the
cdf_oid_example_data
module fromcognite_modules
tocustom_modules
, rename it (remove the _cdf__ prefix). Then, update the configuration to use your .csv files, engineering diagrams, etc., before you deploy.
OR
- Set up an extraction pipeline for each data type to feed live data into CDF. You can find an example pipeline in the examples/cdf_data_pipeline_asset_valhall module.