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 Data Virtualization 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
db2uadm
user by running this bash command:oc rsh c-db2u-dv-db2u-0 bash
- Switch the user to
db2inst1
by running this bash command:su - db2inst1
-
If you access bash as the
db2uadm
user through the pod user interface, switch the user todb2inst1
by running the following command:su - db2inst1