Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonWoodlief committed Jul 26, 2021
1 parent e140628 commit e375ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,8 @@ func (c *Config) ClientSession() (interface{}, error) {

var authenticator core.Authenticator

os.Setenv("IBMCLOUD_IAM_API_ENDPOINT", "https://iam.test.cloud.ibm.com")

if c.BluemixAPIKey != "" {
authenticator = &core.IamAuthenticator{
ApiKey: c.BluemixAPIKey,
Expand Down

0 comments on commit e375ea3

Please sign in to comment.