mirror of https://github.com/dapr/docs.git
Update http.md
This commit is contained in:
parent
e01e1f2ce5
commit
1a260817d0
|
@ -40,6 +40,8 @@ spec:
|
|||
# key: "mytoken"
|
||||
#- name: securityTokenHeader
|
||||
# value: "Authorization: Bearer" # OPTIONAL <header name for the security token>
|
||||
#- name: direction
|
||||
# value: "output"
|
||||
```
|
||||
|
||||
## Spec metadata fields
|
||||
|
@ -54,6 +56,7 @@ spec:
|
|||
| `MTLSRenegotiation` | N | Output | Type of mTLS renegotiation to be used | `RenegotiateOnceAsClient`
|
||||
| `securityToken` | N | Output | The value of a token to be added to a HTTP request as a header. Used together with `securityTokenHeader` |
|
||||
| `securityTokenHeader` | N | Output | The name of the header for `securityToken` on a HTTP request |
|
||||
| `direction` | N | Output |The direction of the binding | `"output"`
|
||||
|
||||
### How to configure mTLS-related fields in metadata
|
||||
|
||||
|
|
Loading…
Reference in New Issue