Skip to content

Commit

Permalink
Use Domain ID instead of path while resolving User
Browse files Browse the repository at this point in the history
  • Loading branch information
vignesh-goutham committed Oct 31, 2023
1 parent 00e8d8c commit 16117cc
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 16117cc

Please sign in to comment.