Skip to content

Commit 16117cc

Browse files
Use Domain ID instead of path while resolving User
1 parent 00e8d8c commit 16117cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cloud/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ func NewClientFromConf(conf Config, clientConfig *corev1.ConfigMap) (Client, err
186186
Account: Account{
187187
Name: userResponse.Users[0].Account,
188188
Domain: Domain{
189-
Path: userResponse.Users[0].Domain,
189+
ID: userResponse.Users[0].Domainid,
190190
},
191191
},
192192
}

0 commit comments

Comments
 (0)