You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #165 highlighted that the code block was using pseudo code
which made it relate less to the codebase than one might expect.
This change uses a code snippet from the sample file. It also
adjusts some of the code / variabe names in an attempt to make
it more intuitive to users.
Signed-off-by: Richard Gee <[email protected]>
Copy file name to clipboardExpand all lines: lab11.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This way we close our functions from being invoked with invalid or even dangerou
34
34
35
35
## Using HMAC
36
36
37
-
We will use the `--sign` flag provided by faas-cli to send a header containing the hashed message created with the shared key which we send with the `--key` flag.
37
+
We will use the `--sign` flag provided by faas-cli to include a header, which contains the hashed message created using the shared key which we provide with the `--key` flag.
38
38
39
39
> Note: Both `--sign` and `--key` must be present.
40
40
@@ -172,9 +172,10 @@ Here we compare the generated and received hashes:
0 commit comments