ibm-watson-data-lab / ibmos2spark

Facilitates Data I/O between Spark and IBM Object Storage services.
10 stars 8 forks source link

CloudObjectStorage : remove iam endpoint from generated credentials #47

Closed gilv closed 6 years ago

gilv commented 6 years ago

screen shot 2017-12-19 at 13 01 55

The credentials that generates by contains "iamServiceEndpoint". This field should be removed completely as it only confuses. IBM COS SDK already has value for IAM endpoint in production.

We can keep this value as optional, but it should not be visible as part of generated credentials

bassel-zeidan commented 6 years ago

Hi @gilv,

the "insert-to-code" feature is available also on the Londen deployment (not only dallas) and in London deployment, this endpoint is different on production that is why this url is being added.

One note: this value is optional in ibmos2spark so the default iam endpoint on production dallas will be picked up if not provided by IBM sdk.