Skip to content

Commit

Permalink
auth, etcdserver: hash password in the API layer
Browse files Browse the repository at this point in the history
  • Loading branch information
mitake committed Jun 28, 2020
1 parent d8c8f90 commit 237846b
Show file tree
Hide file tree
Showing 9 changed files with 480 additions and 350 deletions.
4 changes: 3 additions & 1 deletion Documentation/dev-guide/api_reference_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ Empty field.
| name | | string |
| password | | string |
| options | | authpb.UserAddOptions |
| hashedPassword | | string |



Expand All @@ -281,7 +282,8 @@ Empty field.
| Field | Description | Type |
| ----- | ----------- | ---- |
| name | name is the name of the user whose password is being changed. | string |
| password | password is the new password for the user. | string |
| password | password is the new password for the user. Note that this field will be removed in the API layer. | string |
| hashedPassword | hashedPassword is the new password for the user. Note that this field will be initialized in the API layer. | string |



Expand Down
Loading

0 comments on commit 237846b

Please sign in to comment.