Skip to content

Commit

Permalink
Merge pull request #323 from vignesh-goutham/cherry-pick-0.4
Browse files Browse the repository at this point in the history
[release-0.4] Use Domain ID instead of path while resolving User
  • Loading branch information
k8s-ci-robot authored Nov 6, 2023
2 parents 00e8d8c + 621ca3b commit c89545d
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 c89545d

Please sign in to comment.