Skip to content

Commit

Permalink
Added warning about time skew for OVH plugin (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbolger committed Mar 7, 2024
1 parent fb403a7 commit a11b418
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Plugins/OVH.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ After logging in successfully, you should be redirected to a success page on the

The App Key value will be used with the `OVHAppKey` parameter. The App Secret and Consumer Key values will be used with the `OVHAppSecret` and `OVHConsumerKey` SecureString parameters.

!!! warning
The OVH API is very sensitive to the Date/Time configuration on your system. Make sure your computer is synchronized with a reliable time source. A few seconds of time skew can cause HTTP 400 errors with the error code `QUERY_TIME_OUT`.

!!! warning
The `OVHAppSecretInsecure` and `OVHConsumerKeyInsecure` parameters are deprecated and will be removed in the next major module version. If you are using them, please migrate to the Secure parameter set.

Expand Down

0 comments on commit a11b418

Please sign in to comment.