Skip to content

Commit

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

os.Setenv("IBMCLOUD_IAM_ENDPOINT", "https://iam.test.cloud.ibm.com")
os.Setenv("IBMCLOUD_CATALOG_MANAGEMENT_API_ENDPOINT", "https://dev-cm.globalcatalog.test.cloud.ibm.com/api/v1-beta")

// Construct an "options" struct for creating the service client.
catalogManagementURL := "https://cm.globalcatalog.cloud.ibm.com/api/v1-beta"
if c.Visibility == "private" {
Expand Down

0 comments on commit ad05e3a

Please sign in to comment.