Skip to content

Commit 7754363

Browse files
authored
Merge pull request kubernetes-sigs#322 from vignesh-goutham/fix-domain-resolution
Use Domain ID instead of path while resolving User
2 parents 00e8d8c + 16117cc commit 7754363

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)