manage
setup-iam-integration
Extended description
When you install Cloud Pak for Data, the Identity Management Service is automatically enabled.
However, if you upgrade from an older release of Cloud Pak for Data and the Identity Management Service is not enabled, you can use the setup-iam-integration command to integrate Cloud Pak for Data with the Identity Management Service provided by IBM Cloud Pak foundational services.
It is possible to migrate users from the Cloud Pak for Data user management service to the Identity Management Service, however, you cannot migrate users from the Identity Management Service to the Cloud Pak for Data user management service. Switching between the user management methods might prevent users from accessing objects or services on the platform.
Run the setup-iam-integration to enable integration with the
Identity Management Service.
Syntax
cpd-cli manage setup-iam-integration \
--enable=true \
--cpd_instance_ns=<project-name>
Arguments
The setup-iam-integration command has no arguments.
Options
| Option | Description |
|---|---|
--cpd_instance_ns |
The project (namespace) where IBM Software Hub is
installed.
|
--enable |
Specify whether you want to integrate with the IAM
service.
|
Examples
It is strongly recommended that you use a script to create environment variables with the correct values for your environment. For details, see Setting up installation environment variables.
- Integrate with the Identity Management Service
-
cpd-cli manage setup-iam-integration \ --enable=true \ --cpd_instance_ns=${PROJECT_CPD_INST_OPERANDS}