Enabling strict virtualization mode in Data Virtualization

Data Virtualization Admins can determine the virtualization mode of the service.

About this task

The virtualization mode determines whether to enforce use of business terms in virtual table and column names. Use the strict virtualization mode if you want virtual objects to map to existing business terms only.
In this virtualization mode, users can virtualize only assets that have been added to a catalog by using a data source connection and that have a business term assigned at the asset level and to at least one column. The same connection must be added as a data source to Data Virtualization. Use one of the following options to catalog data source assets and assign business terms:

When you disable the strict virtualization mode, you set Data Virtualization to the default virtualization mode. In the default virtualization mode, you can virtualize any table from the supported data sources.

Required role: To complete this task, you must have the Data Virtualization Admin role.

Procedure

To enable the strict virtualization mode, follow these steps.

  1. Log in to IBM Cloud Pak for Data.
    You must have the Cloud Pak for Data data steward role and the Data Virtualization Admin role. Data Virtualization Stewards can see the configured virtualization mode only.
  2. To check the status of the strict virtualization mode, enter the following GET request on your browser.
    https://${CPD_URL}/icp4data-databases/dv/${DV_NAMESPACE}/dvapiserver/v1/security/strict/status
  3. To enable the strict virtualization mode, enter the following GET request on your browser.
    https://${CPD_URL}/icp4data-databases/dv/${DV_NAMESPACE}/dvapiserver/v1/security/strict/on
    Replace the following values.
    Required information Description
    CPD_URL The URL to use when you log in to your Red Hat® OpenShift® cluster.

    Ensure that you have the appropriate credentials to log in to the cluster by using oc login.

    Your cluster administrator must tell you whether your cluster is connected to the internet or is air-gapped.

    DV_NAMESPACE The project (namespace) where the IBM Cloud Pak for Data control plane is installed.

What to do next

Before virtualizing data in strict virtualization mode, delete objects that you virtualized before you enabled strict virtualization mode.