Skip to content

Commit

Permalink
Removed unused parameter from docs (hashicorp#3152)
Browse files Browse the repository at this point in the history
According to hashicorp#3116, it seems like this parameter isn't used. I couldn't trigger any differences by playing around with transit signing function, and could not find anything in the source code that actually parses this param. Presumably, it is unused?
  • Loading branch information
Caiyeon authored and vishalnayak committed Aug 14, 2017
1 parent 9bd4105 commit 6d48cae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/source/api/secret/transit/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -840,9 +840,6 @@ data.

- `input` `(string: <required>)` – Specifies the **base64 encoded** input data.

- `format` `(string: "hex")` – Specifies the output encoding. This can be either
`hex` or `base64`.

- `signature` `(string: "")` – Specifies the signature output from the
`/transit/sign` function. Either this must be supplied or `hmac` must be
supplied.
Expand Down

0 comments on commit 6d48cae

Please sign in to comment.