Artur Souza
|
06e114e1e3
|
Added errorIfNot2XX option to HTTP binding docs (#3741) (#4056)
* Added errorIfNot2XX option to HTTP binding docs
* Update daprdocs/content/en/reference/components-reference/supported-bindings/http.md
---------
Signed-off-by: Wim Vande Casteele <wim.vande.casteele@randstadgroup.be>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: wimvc1 <86042870+wimvc1@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
|
2024-02-29 17:50:51 -08:00 |
ItalyPaleAle
|
84e9dc1595
|
Remove direction metadata from output-only bindings
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2023-10-11 22:52:56 +00:00 |
Mark Fussell
|
1a260817d0
|
Update http.md
|
2023-10-11 15:18:01 -07:00 |
ItalyPaleAle
|
f9d5a1b89b
|
Update docs for HTTP binding
Fixes #3664
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
2023-10-11 12:32:16 -07:00 |
Hannah Hunter
|
e33f5a95af
|
[Bindings] Update specs to include `direction` (#3646)
* update binding specs to include direction
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Update daprdocs/data/components/bindings/generic.yaml
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/data/components/bindings/generic.yaml
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* consistency across bindings docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Update daprdocs/content/en/reference/components-reference/supported-bindings/mysql.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
|
2023-07-31 14:14:13 -07:00 |
Pravin Pushkar
|
1d69633619
|
HTTPS binding support using binding metadata (#3405)
* HTTPS binding support using binding metadata
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* fix review comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Added example for MTLS related fields in metadata
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
---------
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
|
2023-05-30 09:25:30 -07:00 |
Sam
|
c1f152a91e
|
Extend service invocation to non-Dapr endpoints docs (#3384)
* docs(httpendpoint): add docs for service invocation to non-daprized endpoints
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* style: non-daprized -> non-dapr
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* docs: address some feedback
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* docs: update according to rest of feedback
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* Update howto-invoke-non-dapr-endpoints.md
Editing of the docs
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* docs: update last pr feedback
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* style: address grammar feedback
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* Update _index.md
Updating weight in docs
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update howto-invoke-non-dapr-endpoints.md
Grammar fix
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
|
2023-05-17 22:39:19 -07:00 |
mdarii
|
85e8fcfcc1
|
fixed typo
Signed-off-by: mdarii <dariimaxim@gmail.com>
|
2023-05-02 21:26:37 +02:00 |
mdarii
|
3f8e9991c8
|
changes after review
Signed-off-by: mdarii <dariimaxim@gmail.com>
|
2023-05-02 21:23:53 +02:00 |
mdarii
|
f5a512f469
|
http binding - updated documentation
Signed-off-by: mdarii <dariimaxim@gmail.com>
|
2023-05-01 20:38:46 +02:00 |
Yaron Schneider
|
492751f66f
|
add security token for http binding (#3109)
Signed-off-by: yaron2 <schneider.yaron@live.com>
|
2023-02-01 17:27:39 -08:00 |
Pravin Pushkar
|
9551d689ae
|
[HTTP Binding]: adding metadata options for client auth during mTLS (#3050)
* [HTTP Binding]: adding metadata options for client authentication during mTLS
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
* Update daprdocs/content/en/reference/components-reference/supported-bindings/http.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-bindings/http.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-bindings/http.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
|
2023-01-31 11:34:16 -08:00 |
Shubham Sharma
|
92cc6c159a
|
Add example for HTTPS binding (#2628)
* Add example and minor 💄
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* 💄
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Add links per Mark's comments
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
|
2022-07-27 14:08:20 -07:00 |
Hannah Hunter
|
ff9de5c8f4
|
Remove namespace element from component examples (#2647)
* remove namespace
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* fix links
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add namespace back to schema and config
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add namespace back to some examples
Co-authored-by: Mark Fussell <markfussell@gmail.com>
|
2022-07-27 13:51:41 -07:00 |
Hannah Hunter
|
493fbe5a7b
|
fix links and typo (#2618)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
|
2022-07-06 12:28:58 -07:00 |
Shubham Sharma
|
09ee0c441f
|
Add documentation for installing custom certificates to Dapr sidecar (#2572)
* Add content
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Refactor
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* 💄
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Address @greenie-msft comments
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Review comments by @mukundansundar
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Use alert for note
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Review comments by @mukundansundar
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Review comments by @msfussell
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Add section in http binding
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Typo
* Typo
Co-authored-by: Mark Fussell <markfussell@gmail.com>
|
2022-07-06 11:42:00 -07:00 |
Long Dai
|
0b41e17c31
|
fix some typo
Signed-off-by: Long Dai <long0dai@foxmail.com>
|
2021-07-16 01:05:21 -07:00 |
Long Dai
|
fe1ab8eb61
|
docs: clean up white noise (#1491)
Signed-off-by: Long Dai <long0dai@foxmail.com>
|
2021-05-21 13:21:55 -07:00 |
Aaron Crawfis
|
bbd2d18b3a
|
Move component specs into reference section
|
2021-04-09 12:56:14 -07:00 |