Skip to content

Commit

Permalink
Service/Attributes bug on Handling new account put rest request
Browse files Browse the repository at this point in the history
Signed-off-by: Sam <[email protected]>
  • Loading branch information
samuelcostae committed Sep 22, 2023
1 parent d887b40 commit 6c24fe2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ public Map<String, RequestContentValidator.DataType> allowedKeys() {
.put("opendistro_security_roles", DataType.ARRAY)
.put("hash", DataType.STRING)
.put("password", DataType.STRING)
.put("service", DataType.STRING)
.build();
}
});
Expand Down

0 comments on commit 6c24fe2

Please sign in to comment.