membphis commented on a change in pull request #2301:
URL: https://github.com/apache/apisix/pull/2301#discussion_r495457768



##########
File path: doc/plugins/hmac-auth.md
##########
@@ -40,7 +40,7 @@ The `consumer` then adds its key to request header to verify 
its request.
 | access_key     | string        | required    |               |               
                              | Different `consumer` objects should have 
different values, and it should be unique. If different consumers use the same 
`access_key`, a request matching exception will occur.                          
                                                                      |
 | secret_key     | string        | required    |               |               
                              | Use as a pair with `access_key`.                
                                                                                
                                                                                
                                                              |
 | algorithm      | string        | optional    | "hmac-sha256" | ["hmac-sha1", 
"hmac-sha256", "hmac-sha512"] | Encryption algorithm.                           
                                                                                
                                                                                
                                                              |
-| clock_skew     | integer       | optional    | 300           |               
                              | The clock skew allowed by the signature in 
seconds. For example, if the time is allowed to skew by 10 seconds, then it 
should be set to `10`. especially, `0` means not checking timestamp             
                                                                       |
+| clock_skew     | integer       | optional    | 300           |               
                              | The clock skew allowed by the signature in 
seconds. For example, if the time is allowed to skew by 10 seconds, then it 
should be set to `10`. especially, `0` means not checking `Date`                
                                                                    |

Review comment:
       please update the Chinese version too




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to