Skip to content

Commit

Permalink
backport of commit 7ad1559 (#16906)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 26, 2022
1 parent f18e791 commit 5d856ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builtin/logical/transit/path_decrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func (b *backend) pathDecrypt() *framework.Path {
Fields: map[string]*framework.FieldSchema{
"name": {
Type: framework.TypeString,
Description: "Name of the policy",
Description: "Name of the key",
},

"ciphertext": {
Expand Down
2 changes: 1 addition & 1 deletion builtin/logical/transit/path_encrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (b *backend) pathEncrypt() *framework.Path {
Fields: map[string]*framework.FieldSchema{
"name": {
Type: framework.TypeString,
Description: "Name of the policy",
Description: "Name of the key",
},

"plaintext": {
Expand Down

0 comments on commit 5d856ce

Please sign in to comment.