We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a451ed + 38f72a8 commit 242e3adCopy full SHA for 242e3ad
pkg/cloud/user_credentials.go
@@ -164,6 +164,7 @@ func (c *client) ResolveUser(user *User) error {
164
p.SetAccount(user.Account.Name)
165
p.SetDomainid(user.Domain.ID)
166
p.SetListall(true)
167
+ setIfNotEmpty(user.ID, p.SetId)
168
resp, err := c.cs.User.ListUsers(p)
169
if err != nil {
170
c.customMetrics.EvaluateErrorAndIncrementAcsReconciliationErrorCounter(err)
0 commit comments