Skip to content

standardize success response from auth/users on v13 and greater #1135

@caphrim007

Description

@caphrim007

v13 and greater requires that users on partitions be looked up by filtering.

Also, modifying will succeed if you specify the user without the partition, but will report an error.

{
  "code": 404,
  "message": "The configuration was updated successfully but could not be retrieved. The error is \"01020036:3: The requested user (asdasd) was not found.\".",
  "errorStack": [],
  "apiError": 3
}

the SDK should be able to handle this without exposing the user to it

Metadata

Metadata

Assignees

Labels

13.xAny version 13.x train (13.0.0, 13.1.x and so on)enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions