IBM / go-sdk-core

The go-sdk-core repository contains core functionality required by Go code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
30 stars 24 forks source link

feat: support username/apikey use-case in CloudPakForDataAuthenticator #88

Closed padamstx closed 3 years ago

padamstx commented 3 years ago

Fixes arf/planning-sdk-squad#2344

This commit enhances the CP4D Authenticator to support the username/apikey use case. With these changes, a user has the ability to construct a CP4D authenticator using either a username/password pair or a username/apikey pair. The authenticator will now use the official "POST /v1/authorize" operation for obtaining an access token.

padamstx commented 3 years ago

cc: @mamoonraja @mediumTaj CC'ing you guys for awareness on the recent CP4D request to support the username/apikey use case.

ibm-devx-automation commented 3 years ago

:tada: This PR is included in version 4.10.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: