Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-05-18 17:15:43 -04:00
parent c13128e795
commit eaabb9ebfc
3 changed files with 6 additions and 3 deletions

View File

@ -113,7 +113,7 @@ A [workflow]({{< ref workflow-overview.md >}}) is custom application logic that
[Cryptography]({{< ref cryptography-overview.md >}}) components are used to encrypt and decrypt messages with cryptography services.
- [List of supported cryptography components]({{< ref supported-cryptography >}})
- [Cryptography implementations](https://github.com/dapr/components-contrib/tree/master/cryptography)
- [Cryptography implementations](https://github.com/dapr/components-contrib/tree/master/crypto)
### Middleware

View File

@ -33,6 +33,8 @@ The above example uses secrets as plain strings. It is recommended to use a secr
| Field | Required | Details | Example |
|--------------------|:--------:|---------|---------|
| jwks | Y | Connection-string for the JWKS host | `fixtures/crypto/jwks/jwks.json`
| requestTimeout | N | Amount of time before request timeout; Default: 30 seconds | `30`
| minRefreshInterval | N | Minimum interval for request refresh; Default: 10 minutes | `10`
## Related links
[Cryptography building block]({{< ref cryptography >}})

View File

@ -20,7 +20,7 @@ spec:
type: crypto.<TYPE>
version: v1.0-alpha1
metadata:
- name: <NAME>
- name: defaultNamespace
value: <VALUE>
```
@ -32,7 +32,8 @@ The above example uses secrets as plain strings. It is recommended to use a secr
| Field | Required | Details | Example |
|--------------------|:--------:|---------|---------|
| | | |
| defaultNamespace | N | | |
| requestTimeout | N | | |
## Related links
[Cryptography building block]({{< ref cryptography >}})