Skip to content

Commit 928acb3

Browse files
authoredJan 24, 2024··
Added note explaining that use of the SDKs is preferred over HTTP APIs for production scenarios. (#3967)
Signed-off-by: Whit Waldo <[email protected]>
1 parent 3dc5218 commit 928acb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎daprdocs/content/en/reference/api/cryptography_api.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Dapr provides cross-platform and cross-language support for encryption and decry
1010
cryptography building block. Besides the [language specific SDKs]({{<ref sdks>}}), a developer can invoke these capabilities using
1111
the HTTP API endpoints below.
1212

13+
> The HTTP APIs are intended for development and testing only. For production scenarios, the use of the SDKs is strongly
14+
> recommended as they implement the gRPC APIs providing higher performance and capability than the HTTP APIs.
15+
1316
## Encrypt Payload
1417

1518
This endpoint lets you encrypt a value provided as a byte array using a specified key and crypto component.

0 commit comments

Comments
 (0)
Please sign in to comment.