Skip to content

Commit

Permalink
Merge pull request #322 from vignesh-goutham/fix-domain-resolution
Browse files Browse the repository at this point in the history
Use Domain ID instead of path while resolving User
  • Loading branch information
k8s-ci-robot authored Nov 2, 2023
2 parents 00e8d8c + 16117cc commit 7754363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloud/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func NewClientFromConf(conf Config, clientConfig *corev1.ConfigMap) (Client, err
Account: Account{
Name: userResponse.Users[0].Account,
Domain: Domain{
Path: userResponse.Users[0].Domain,
ID: userResponse.Users[0].Domainid,
},
},
}
Expand Down

0 comments on commit 7754363

Please sign in to comment.