Skip to content

Commit

Permalink
Removing appended token exchange path (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
GunaKKIBM authored Feb 16, 2024
1 parent d6c3d37 commit b5713d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/cluster_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ func GetTokenExchangeURLfromStorageSecretStore(clusterInfo ClusterConfig, config
var url string
switch providerType {
case utils.VPC:
url = config.VPC.G2TokenExchangeURL + tokenExchangePath
url = config.VPC.G2TokenExchangeURL
case utils.Bluemix:
url = config.Bluemix.IamURL + tokenExchangePath
url = config.Bluemix.IamURL
case utils.Softlayer:
url = config.Softlayer.SoftlayerTokenExchangeURL
}
Expand Down

0 comments on commit b5713d8

Please sign in to comment.