mirror of https://github.com/dapr/docs.git
fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
c13128e795
commit
eaabb9ebfc
|
@ -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
|
||||
|
||||
|
|
|
@ -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 >}})
|
|
@ -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 >}})
|
Loading…
Reference in New Issue