Skip to content

Commit

Permalink
replace two password change kafka payloads with one
Browse files Browse the repository at this point in the history
Signed-off-by: TomFitzpatrick <[email protected]>
  • Loading branch information
Tom-Fitzpatrick committed Dec 19, 2023
1 parent 896bd2f commit 12b7289
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"name": "request",
"type": [
"net.corda.data.permissions.management.user.CreateUserRequest",
"net.corda.data.permissions.management.user.ChangeUserPasswordSelfRequest",
"net.corda.data.permissions.management.user.ChangeUserPasswordOtherRequest",
"net.corda.data.permissions.management.user.ChangeUserPasswordRequest",
"net.corda.data.permissions.management.user.AddRoleToUserRequest",
"net.corda.data.permissions.management.user.RemoveRoleFromUserRequest",
"net.corda.data.permissions.management.role.CreateRoleRequest",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "record",
"name": "ChangeUserPasswordOtherRequest",
"name": "ChangeUserPasswordRequest",
"namespace": "net.corda.data.permissions.management.user",
"fields": [
{
Expand Down

This file was deleted.

0 comments on commit 12b7289

Please sign in to comment.