Enabling and disabling pass-through authentication in Data Virtualization
Pass-through authentication is enabled by default in Data Virtualization, allowing your users to use their own personal platform connection credentials when they import and use connections to data sources. You can disable and re-enable pass-through authentication according to your preferences.
Before you begin
Pass-through authentication with the use of personal credentials in Data Virtualization is available only as an early preview. Do not use this feature in production environments.
To complete this task, you must be the user that provisioned this service instance or have the Data Virtualization Admin role. For more information, see dv_user_management.html#dv-manage-users__dv-roles.
For more information about using pass-through authentication, see Adding data source connections to Data Virtualization to connect with personal credentials.
-
If you installed the OpenShift CLI, complete the following steps:
- Log in to the OpenShift Cluster.
- Access bash as the
user by running this bash command:db2uadm
oc rsh c-db2u-dv-db2u-0 bash
- Switch the user to
by running this bash command:db2inst1
su - db2inst1
-
If you access bash as the
user through the pod user interface, switch the user todb2uadm
by running the following command:db2inst1
su - db2inst1