Dog food IAM to manage IAM
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -245,7 +245,7 @@ LIMIT 1;
|
||||
return nil, fmt.Errorf("cannot query identity iam attributes: %w", err)
|
||||
}
|
||||
|
||||
return map[string]string{"id": id.String(), "email": emailAddress}, nil
|
||||
return map[string]string{"identity_id": id.String(), "email": emailAddress}, nil
|
||||
}
|
||||
|
||||
func (i *Identity) Insert(
|
||||
|
||||
Reference in New Issue
Block a user