You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to deploy openshift cluster in jp-osa region , as part of the cluster deployment we have a pre-check to verify the account type of the user..
while deploying cluster in the us-south, eu-gb, eu-db the account verification happens succesfully.. but when trying the cluster deployment thein jp-osa GetAccountType API fails with below error..
UAA endpoint doesn't exist for region: "jp-osa"
while debugging the code I found that there is no UAA endpoint defined for the jp-osa region.. It can be found from the below line
I am trying to deploy openshift cluster in jp-osa region , as part of the cluster deployment we have a pre-check to verify the account type of the user..
while deploying cluster in the us-south, eu-gb, eu-db the account verification happens succesfully.. but when trying the cluster deployment thein jp-osa GetAccountType API fails with below error..
UAA endpoint doesn't exist for region: "jp-osa"
while debugging the code I found that there is no UAA endpoint defined for the jp-osa region.. It can be found from the below line
bluemix-go/endpoints/endpoints.go
Line 63 in 3464588
How to resolve this error? Does new UAA endpoint should be added to code??
The text was updated successfully, but these errors were encountered: