WA-Testing-Tool icon indicating copy to clipboard operation
WA-Testing-Tool copied to clipboard

Support Cloud Pak For Data (CP4D) Authentication

Open rgeorgi opened this issue 4 years ago • 0 comments

Cloud Pak For Data (CP4D) uses a slightly different authentication mechanism than the standard IAM Token. This PR adds the BearerTokenAuthenticator from ibm_cloud_sdk_core to support authentication via the user-based bearer token CP4D users can find in their instances' service details page.

I've add PR 174 that offers a solution for this, adding an --auth-type arg to the commandline programs and an auth_type key to the config.ini file to specify this (non-default) behavior.

rgeorgi avatar Nov 09 '20 21:11 rgeorgi