Commit Graph

855 Commits

Author SHA1 Message Date
ItalyPaleAle 940dc06d1a Add note for sharing a SQLite database
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 17:32:19 -07:00
Hannah Hunter cf76eed594
Merge branch 'v1.11' into fix-3262 2023-05-17 20:05:01 -04:00
Hannah Hunter f3bc05adfd
Merge branch 'v1.11' into fix-3138 2023-05-17 19:54:30 -04:00
Hannah Hunter b1bf246149
Merge branch 'v1.11' into fix-3329 2023-05-17 19:35:30 -04:00
Hannah Hunter b84a3ed7f1
Merge branch 'v1.11' into issue_3216 2023-05-17 18:49:18 -04:00
Alessandro (Ale) Segala 082f61ee41
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 15:30:58 -07:00
Hannah Hunter a83442fd24
Merge branch 'v1.11' into fix-3200 2023-05-17 18:23:09 -04:00
Hannah Hunter 7446b0fb2b
Merge branch 'v1.11' into fix-3138 2023-05-17 18:21:55 -04:00
Yann Nicolas 17a8c84349
Fix JSON example
Signed-off-by: Yann Nicolas <yannart@gmail.com>
2023-05-18 00:00:24 +02:00
ItalyPaleAle 9b7ff806b0 Update docs for various components
Includes:

- Update docs for HTTP Bearer middleware
- Ensure etcd state store is included in the list
- Ensure the list of capabilities of state stores is up-to-date

Fixes #3262

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 14:25:50 -07:00
ItalyPaleAle 25ca481113 Update docs for local env secret store
Fixes #3329

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 14:02:42 -07:00
ItalyPaleAle 2ddf28688c Standardize PostgreSQL components' name
Fixes #3200

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 13:55:22 -07:00
ItalyPaleAle 95ac37b34d Update state.sqlite docs for 1.11
Fixes #3138

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 12:57:31 -07:00
halst 1b82d5a4f2
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:13:17 +08:00
halst 49ff1bef35
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:11:08 +08:00
halst 321a390a45
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:08:17 +08:00
halst 60df2c6daf
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:08:03 +08:00
halst 263baeccf6
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:07:54 +08:00
halst f04440436e
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:07:46 +08:00
halst 1aee05c8dc
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:07:38 +08:00
halst b664fd63e4
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:07:16 +08:00
halst c3f1ddd480
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:06:29 +08:00
halst 04d2cbaa91
Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
2023-05-17 13:05:53 +08:00
Yann Nicolas c8df8ec12a Put dynamic template in its own section per code review suggestion
Signed-off-by: Yann Nicolas <yannart@gmail.com>
2023-05-17 00:13:26 -04:00
Yann Nicolas 76dd591dd0 Add dynamic template support to Twilio Sendgrid binding
Signed-off-by: Yann Nicolas <yannart@gmail.com>
2023-05-16 23:06:51 -04:00
Hannah Hunter c13128e795 Merge branch 'issue_3216' of https://github.com/hhunter-ms/docs into issue_3216 2023-05-16 14:53:33 -04:00
Hannah Hunter 2fb6772ad9 part 1 of mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-16 14:53:16 -04:00
liusong 95875af81d add kitex binding
Signed-off-by: liusong <liusongstep@gmail.com>
2023-05-16 08:25:02 +08:00
Mark Fussell de6b9ee103
Merge branch 'v1.11' into issue_3216 2023-05-15 15:57:45 -07:00
Andre Bossard 8ee089446f
RabbitMQ mTLS Binding documentation (#3407)
* added docs

Signed-off-by: Andre Bossard <anbossar@microsoft.com>

* updated example

Signed-off-by: Andre Bossard <anbossar@microsoft.com>

---------

Signed-off-by: Andre Bossard <anbossar@microsoft.com>
Co-authored-by: Andre Bossard <anbossar@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-12 00:07:44 -07:00
Hannah Hunter f4d44a366a
Merge branch 'v1.11' into rocketmq-consumer 2023-05-09 17:16:50 -04:00
Hannah Hunter 69e70ad5b0
Merge branch 'v1.11' into wasm-url 2023-05-09 16:39:22 -04:00
Hannah Hunter b8a872c61b
Merge branch 'v1.11' into wasm-binding 2023-05-09 14:21:39 -04:00
Hannah Hunter 79757853fb
Merge branch 'v1.11' into rocketmq-consumer 2023-05-09 14:20:41 -04:00
Hannah Hunter e4e22f4d11
Merge branch 'v1.11' into wasm-url 2023-05-09 14:20:07 -04:00
Hannah Hunter 3fd9ee1fb5
Merge branch 'v1.11' into rocketmq-consumer 2023-05-09 13:58:33 -04:00
Hannah Hunter ec08c7e1ef
Merge branch 'v1.11' into wasm-url 2023-05-09 13:58:25 -04:00
Hannah Hunter aaa7064734
Merge branch 'v1.11' into wasm-binding 2023-05-09 13:57:58 -04:00
Hannah Hunter a19e4d1677
Merge branch 'v1.11' into v1.11 2023-05-09 13:56:51 -04:00
Hannah Hunter 47155c5212
Merge branch 'v1.11' into issue_3216 2023-05-09 13:56:25 -04:00
Hannah Hunter 84e247aa92
Merge pull request #3374 from robertojrojas/gcp-pubsub-cert-2461
GCP Pub/Sub Certification Tests
2023-05-09 12:53:04 -04:00
Hannah Hunter cf3e5ddf88
Merge pull request #3376 from robertojrojas/aws-bindings-s3-cert-2247
AWS Bindings S3 Certification Tests
2023-05-09 11:16:49 -04:00
Roberto Rojas 06252e102d
GCP Firestore Certification Tests (#3375)
* GCP Firestore Certification Tests

Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-firestore.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>

* gcp firestore: adds privatekey doc

Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>

---------

Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-05-09 08:10:21 -07:00
Adrian Cole f14f926518 reword ruby
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-05-09 17:15:13 +08:00
Crypt Keeper 9ffebbdd8c Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper e509d1d5ca Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper 234d19f291 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper 15914c2d14 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper e361458901 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper 8c235043f1 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper c51f8d7b9f Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Adrian Cole b2e197bd8d reword
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-05-09 17:15:13 +08:00
Crypt Keeper a8755cfea3 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper fd676ff7c5 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper e8f1154e99 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:13 +08:00
Crypt Keeper 19e192d7ec Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:12 +08:00
Crypt Keeper 9717cc7456 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:12 +08:00
Crypt Keeper 74e85ee6fe Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:12 +08:00
Crypt Keeper bd1aff5d0e Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:12 +08:00
Crypt Keeper 9552d84662 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:12 +08:00
Crypt Keeper 8c29ee1ae3 Update daprdocs/content/en/reference/components-reference/supported-bindings/wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-09 17:15:12 +08:00
Adrian Cole 3a0f54e2bc Adds docs for Wasm output binding
Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-05-09 17:15:12 +08:00
Roberto Rojas c27be5444e
Update daprdocs/content/en/reference/components-reference/supported-bindings/s3.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:59:03 -04:00
Roberto Rojas 069bf8714c
Update daprdocs/content/en/reference/components-reference/supported-bindings/s3.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:58:57 -04:00
Roberto Rojas 30d11effa5
Update daprdocs/content/en/reference/components-reference/supported-bindings/s3.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:58:50 -04:00
Roberto Rojas f9170853d4
Update daprdocs/content/en/reference/components-reference/supported-bindings/s3.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:58:43 -04:00
Roberto Rojas 1a18078605
Update daprdocs/content/en/reference/components-reference/supported-bindings/s3.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:58:36 -04:00
Roberto Rojas aabbaea8d0
Update daprdocs/content/en/reference/components-reference/supported-bindings/s3.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:58:30 -04:00
Roberto Rojas 786cf24982
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-gcp-pubsub.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:57:32 -04:00
Roberto Rojas e6ef2605ab
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-gcp-pubsub.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:57:25 -04:00
Roberto Rojas fbfb0381d4
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-gcp-pubsub.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:57:18 -04:00
Roberto Rojas 113875fb3a
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-gcp-pubsub.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-05-05 08:57:08 -04:00
Naah dd9718c234
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rocketmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Naah <nayan3480232@163.com>
2023-05-04 11:54:57 +08:00
Naah 4d5ec5671f
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rocketmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Naah <nayan3480232@163.com>
2023-05-04 11:54:48 +08:00
Naah d94067e373
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rocketmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Naah <nayan3480232@163.com>
2023-05-04 11:54:38 +08:00
Naah 435dbac4a4
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rocketmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Naah <nayan3480232@163.com>
2023-05-04 11:54:28 +08:00
Naah 9f90acdc04
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rocketmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Naah <nayan3480232@163.com>
2023-05-04 11:54:06 +08:00
Naah 402db184ed
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rocketmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Naah <nayan3480232@163.com>
2023-05-04 11:53:45 +08:00
Naah 9fc55616d9
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rocketmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Naah <nayan3480232@163.com>
2023-05-04 11:53:25 +08:00
Crypt Keeper 25bcee86b5
Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-04 07:21:28 +08:00
Crypt Keeper 3c54f5cc96
Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-04 07:21:22 +08:00
Crypt Keeper 2093b78bfb
Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-04 07:21:15 +08:00
Crypt Keeper 7faaafdf1b
Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-04 07:21:08 +08:00
Crypt Keeper a4eea17e80
Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-04 07:21:02 +08:00
Crypt Keeper cb0aee701f
Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-wasm.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com>
2023-05-04 07:20:56 +08:00
Adrian Cole 03536c1496 wasm middleware: change path property to url
This changes the configuration item for the Wasm binary from path to
url. In doing so, we ease migration from other sources including HTTP
and OCI.

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-05-03 08:29:44 +08:00
Roberto J Rojas 3e33c52191 AWS Bindings S3 Certification Tests 2247
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-05-02 16:43:21 -04:00
Roberto J Rojas 12a53d7f3b updates
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-05-02 16:09:21 -04: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
Roberto J Rojas 769d7f817f GCP PubSub Certification Tests updates
Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-05-02 15:22:57 -04:00
Hannah Hunter cfb6ac0bbf updates to the cryptography api docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-01 17:22:42 -04:00
mdarii f5a512f469 http binding - updated documentation
Signed-off-by: mdarii <dariimaxim@gmail.com>
2023-05-01 20:38:46 +02:00
Hannah Hunter b00b66252b upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-05-01 10:24:57 -04:00
Naah b590d2f2f9 add DCO
Signed-off-by: Naah <nayan3480232@163.com>
2023-04-26 04:17:27 +00:00
Naah 1042916cdc add rocketmq consumer config item description
Signed-off-by: Naah <nayan3480232@163.com>
2023-04-26 04:17:27 +00:00
Fernando 417e9e1dc5
Update cron.md
Signed-off-by: Fernando <66154723+fernandosmither@users.noreply.github.com>
2023-04-18 12:41:29 -04:00
Hannah Hunter 0b2f8880ac upmerge check
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-12 16:26:19 -04:00
chad ab7a3b5b25
graphql output binding variable support (#3286)
* Update graghql.md

update the graphql doc corresponding to changes proposed by the contrib-packages pr #2517 wherein query variable support is added to the gql output binding

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-bindings/graghql.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>

---------

Signed-off-by: chad <41795094+serpentfabric@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-04-11 22:39:06 -07:00
Hannah Hunter ad6b03c2da add to overview and concept pages
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-04 17:32:44 -04:00
Hannah Hunter fbe0c7e2c2 scaffolding
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-04 14:23:23 -04:00
Hannah Hunter c9fb86b6d8
Merge pull request #3272 from taenyang/v1.11
Add document for etcd state store
2023-03-29 17:45:30 -04:00
Mark Fussell 7b3e2fbe9d
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 14:05:54 -07:00
Mark Fussell d50ecd33c0
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 14:05:32 -07:00
Mark Fussell f1966514e7
Update setup-etcd.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 14:05:22 -07:00
Mark Fussell 9f3501c477
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-03-29 14:01:03 -07:00
Hannah Hunter 8f4fb1cd39
Merge pull request #3277 from JoshVanL/state-sqlserver-ttl
Adds TTL support to SQL server
2023-03-29 14:56:40 -04:00
Hannah Hunter 2e05e3c541
Merge pull request #3204 from hhunter-ms/issue_2952
Clarify that AAD pod identity and workload identity are in preview
2023-03-28 11:31:17 -04:00
Hannah Hunter 2fc23f2e88 add note from bernd
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-03-28 11:13:06 -04:00
Ciobanu Cristian ba27015349 Mark as non required ses fields
Signed-off-by: Ciobanu Cristian <cristian.ciobanu1998@outlook.com>
2023-03-28 12:00:34 +02:00
Bernd Verst 7b8e24ff37
Kafka PubSub: Document certificate authentication (#3291)
Documents the certificate authentication method in Kafka. This method is not new, but now a dedicate authType option exists to toggle this.

Signed-off-by: Bernd Verst <github@bernd.dev>
2023-03-27 11:18:12 -07:00
taenyang 55c3724d52 specific ca, cert and key on how these value should be provided
Signed-off-by: taenyang <taenyang@outlook.com>
2023-03-26 01:52:50 +08:00
Alessandro (Ale) Segala e515841e93
Update docs for rate limit HTTP middleware (#3263)
* Update docs for Ratelimit HTTP middleware

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Spelling

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-23 17:08:03 -07:00
Yaron Schneider d8672a9aeb
Add priority for rabbitmq (#3282)
* add priority for rabbitmq

Signed-off-by: yaron2 <schneider.yaron@live.com>

* update subscription version

Signed-off-by: yaron2 <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-03-23 08:36:22 -07:00
joshvanl a6561ada9d Add section on creating an index to the `ExpireDate` column
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-20 11:27:04 +00:00
Josh van Leeuwen 3689a2f506
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlserver.md
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-20 10:57:35 +00:00
Crypt Keeper 570700769c
Replaces http wasm middleware with more flexible implementation (#2922)
Currently, http wasm middleware uses a proof of concept simple rewrite
function. This replaces it with a faster executing and more complete
middleware, http-wasm, added https://github.com/http-wasm/components-contrib/pull/2

Signed-off-by: Adrian Cole <adrian@tetrate.io>
2023-03-19 17:12:25 -07:00
joshvanl c9dce55f10 Adds TTL support to SQL server
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-18 17:15:03 +00:00
Hannah Hunter a08d67e854
Merge pull request #3184 from abossard/rabbitmq_tls_externalauth
added externalSasl documentation
2023-03-17 17:43:59 -04:00
taenyang f0111917db fix words
Signed-off-by: taenyang <taenyang@outlook.com>
2023-03-17 21:03:28 +08:00
taenyang 3b6da0adeb Add document for etcd state store
Signed-off-by: taenyang <taenyang@outlook.com>
2023-03-17 02:04:58 +08:00
Hannah Hunter ab5a231bf3
Merge pull request #3248 from bingo1229/bingo_typo_fix
fix typo
2023-03-13 08:59:54 -05:00
oops-oom dc0029e14d fix typo
Signed-off-by: oops-oom <734819342@qq.com>
2023-03-11 10:53:16 +08:00
Tom Kerkhove 412408bc1e
fix: Redis sample formatting is not aligned
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
2023-03-09 14:07:55 +01:00
zhangchao dbb401d1aa add reconnectWaitInSeconds for rabbitmq binding
Signed-off-by: zhangchao <zchao9100@gmail.com>
2023-03-07 19:07:05 +08:00
Josh van Leeuwen 599953c7e4
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:12 +00:00
Josh van Leeuwen 75c4b225dd
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:07 +00:00
Josh van Leeuwen 651ada8fbc
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:33:01 +00:00
Josh van Leeuwen 7614bb279d
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-cockroachdb.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-03-06 21:32:55 +00:00
Hannah Hunter b2bd42a22d
Merge pull request #3192 from JoshVanL/state-store-ttl-mongodb
Sets TTL support for mongodb state store to enabled
2023-03-06 14:24:46 -06:00
joshvanl 6276f0308f Updates CockroachDB docs with feature parity with PostgreSQL
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-04 19:17:40 +00:00
joshvanl 1800d28824 Add support for TTL to CockroachDB state store
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-02 15:39:57 +00:00
joshvanl 53693c73bd Adds reference to TTL in mongodb state reference
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-02-28 17:05:42 +00:00
ItalyPaleAle 6ce62551ed Remove deprecated components bindings.twitter and pubsub.hazelcast
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-24 22:20:19 +00:00
Hannah Hunter c7b3998c72 remove localization
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 16:28:22 -06:00
Hannah Hunter 326ba668dd reword the note
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 16:19:44 -06:00
Hannah Hunter fbcbf58459 try and create spacing
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 16:16:24 -06:00
Hannah Hunter 71eab41b97 refresh and clarify aad pod identity/workload identity
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-22 16:15:05 -06:00
MD Ashique 5c866096d7
fixed rabbitmq docs for pubsub (#3182)
Signed-off-by: Md Ashique <mdashique@Mds-MacBook-Pro.guest.corp.microsoft.com>
Co-authored-by: Md Ashique <mdashique@Mds-MacBook-Pro.guest.corp.microsoft.com>
2023-02-20 21:06:45 -08:00
Hannah Hunter 1b8515cd24
Merge pull request #3186 from hhunter-ms/typo
Remove trailing ```
2023-02-16 13:18:50 -06:00
Hannah Hunter 66e95f97ff
Merge pull request #3185 from hhunter-ms/upmerge_02-16
Upmerge 02 16
2023-02-16 13:18:18 -06:00
Alessandro (Ale) Segala 7956f8214e
[1.10] Some docs fixes to components reference (#3187)
- Corrected name of Azure Cosmos DB (Gremlin API)
- Fixed bad rendering in KubeMQ bindings reference

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-16 11:13:44 -08:00
Hannah Hunter ea2cfd00ec remove trailing ```
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-16 12:17:29 -06:00
Hannah Hunter 2399c2d700 fix merge conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-02-16 11:43:56 -06:00
Andre Bossard 1be4d86073 added externalSasl documentation
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
2023-02-16 15:08:46 +01:00
Yaron Schneider 0d3d614574
Add router alias middleware (#3180)
* Add router alias middleware

Signed-off-by: yaron2 <schneider.yaron@live.com>

* Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-routeralias.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-middleware/middleware-routeralias.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-02-15 21:25:34 -08:00
Yaron Schneider 914e1c5369
document all brokers support bulk pub/sub (#3179)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-02-15 17:32:04 -08:00
Joni Collinge 127aa75dfd
Add ASB session docs (#3171)
* Add note on session id in asb metadata

Signed-off-by: Joni Collinge <jonathancollinge@live.com>

* Add ASB sessions instruction

Signed-off-by: Joni Collinge <jonathancollinge@live.com>

* Change localized URL

Signed-off-by: Joni Collinge <jonathancollinge@live.com>

---------

Signed-off-by: Joni Collinge <jonathancollinge@live.com>
2023-02-15 11:27:46 -08:00
Artur Souza 25355f1280 Subscribe with StatefulSet
Signed-off-by: Artur Souza <asouza.pro@gmail.com>
2023-02-10 16:55:43 -08:00
Shubham Sharma 107050df52 Merge with v1.10
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-02-10 00:58:15 +05:30
Shubham Sharma 4339b21ec6 Other fixes
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-02-10 00:56:25 +05:30
Shubham Sharma 6567f4383e Merge with v1.10
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-02-10 00:54:30 +05:30
KubeMQ a03757bc2f
Adding KubeMQ Pubsub and Binding documentation (#3149)
* Adding KubeMQ PubSub & Binding Documentation
Signed-off-by: Lior Nabat <lior.nabat@kubemq.io>

* Fix PubSub Generic yaml
Signed-off-by: Lior Nabat <lior.nabat@kubemq.io>

* Updates after PR review
Signed-off-by: Lior Nabat <lior.nabat@kubemq.io>

* Updates after PR review - Ignore Links
Signed-off-by: Lior Nabat <lior.nabat@kubemq.io>

---------

Co-authored-by: Lior Nabat <lior.nabat@gmail.clom>
2023-02-09 09:26:41 -08:00
Hannah Hunter 49a54c7744
Merge pull request #3141 from SpikeWong/v1.9
Add rabbitMQ component tls related description & Set MQTT retain property per request
2023-02-09 11:13:47 -06:00
Alessandro (Ale) Segala 8ac50eb1fd
Updated docs for Event Grid for Dapr 1.10 (#3152)
* Updated docs for Event Grid for Dapr 1.10

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-02-08 21:19:41 -08:00
Bernd Verst 69de6d430f
Firestore noindex option (#3146)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-08 20:18:39 -08:00
Bernd Verst a50eb9d53c
Storage Queues Binding improvements (#3154)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-08 20:07:50 -08:00
Alessandro (Ale) Segala 3e5af6cd3a
Document new metadata option readBody for middleware.http.opa (#3098)
Fixes #2865

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-08 15:58:00 -08:00
Alessandro (Ale) Segala 00e18258f4
Updated docs for MQTT components (#3115)
* Updated docs for MQTT components

Fixes #3072

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-bindings/mqtt3.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-08 15:51:56 -08:00
spike 55de6d7381 Set retain property per request
Signed-off-by: spike <hello@spike.wiki>
2023-02-09 00:27:18 +08:00
spike af30905fb5 Add rabbitMQ component tls related description
Signed-off-by: spike <hello@spike.wiki>
2023-02-09 00:27:11 +08:00
Alessandro (Ale) Segala bc48a09104
Add docs for `pubsub.azure.servicebus.queues` component and update metadata for all other Service Bus components (#3097)
* Add docs for `pubsub.azure.servicebus.queues` component and update metadata for all other Service Bus components

Fixes #2912

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Updated per review feedback

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-07 22:51:01 -08:00
Bernd Verst cb8395cd9d
deprecate twitter (#3145)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-07 20:02:13 -08:00
Mukundan Sundararajan efcb297f17
Kafka bulk support documentation (#3071)
* add initial docs for kafka bulk support

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

* address review comments

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>

---------

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-02-07 20:00:12 -08:00
Alessandro (Ale) Segala b0bf194c81
Docs for SQLite state store (#3099)
* Docs for SQLite state store

Fixes #3085

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlite.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Explain relative paths

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Clarify that URI options require the `file:` prefix

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Add note for in-memory DBs

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-07 19:48:35 -08:00
Mark Fussell ba02643956
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-servicebus.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-02-07 19:38:05 -08:00
Bert Verstraete a54c403e79
Expand component metadata templating docs (#3070)
* Expand component metadata templating docs
- Add info on {namespace} and {appId} template
- Reference metadata templating on Kafka component docs

Signed-off-by: VerstraeteBert <bert.verstraete@cognite.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-bindings/kafka.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

* Fix broken link

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>

---------

Signed-off-by: VerstraeteBert <bert.verstraete@cognite.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bert Verstraete <bertverstraete22@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-03 17:22:10 -08:00
Yaron Schneider e8bf566e7c
Add apache pulsar schema validation (#3111)
* add apache pulsar schema validation

Signed-off-by: yaron2 <schneider.yaron@live.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md

Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>

* remove table example

Signed-off-by: yaron2 <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 17:35:18 -08:00
Shivam Kumar f49400e11c
Remove backoff from pubsub (#2986)
* Remove backoff from pubsub

Signed-off-by: shivam <shivamkm07@gmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

* Adding retry messages

Signed-off-by: Shivam Kumar <shivamkumar@Shivams-MacBook-Pro.local>

* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-mqtt.md

Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

* Fixing broken link

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

---------

Signed-off-by: shivam <shivamkm07@gmail.com>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Signed-off-by: Shivam Kumar <shivamkumar@Shivams-MacBook-Pro.local>
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>
Co-authored-by: Shivam Kumar <shivamkumar@Shivams-MacBook-Pro.local>
Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
2023-02-02 16:53:38 -08:00
Hannah Hunter 80025e2a86
Merge branch 'v1.10' into issue_2798b
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-02 16:40:15 -06:00
Hannah Hunter 319aebce14
Merge pull request #3103 from ItalyPaleAle/fix-3083
Update Event Hub components docs
2023-02-02 14:25:54 -06:00
Alessandro (Ale) Segala 5f8ee9e667
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 12:10:24 -08: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
Hannah Hunter 7d7defb2e3
fix link (#3114)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-31 14:59:22 -08:00
Roberto Rojas a547209996
[1.10][AWS SNS/SQS] PubSub Component to Stable (#3095)
* marks aws snssqs state store component as stable

Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>

* updates pubsub sqs component docs

Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>

---------

Signed-off-by: Roberto J Rojas <robertojrojas@gmail.com>
2023-01-31 12:11:35 -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
Hannah Hunter 8c355a5583 updates per sync
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-30 19:14:03 -06:00
ItalyPaleAle b226c0e964 Update Event Hub components docs
Fixes #3083

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-30 17:09:56 -08:00
Shubham Sharma bce9a3c6ae Remove native terminology
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-01-30 14:04:41 +05:30
Shubham Sharma 44af40d9ed Merge branch 'v1.10' into shubham1172/add-bulk-docs-az-sb 2023-01-30 14:03:55 +05:30
Shubham Sharma dbb05e79fa Merge branch 'shubham1172/add-bulk-docs-az-sb' of github.com:shubham1172/docs into shubham1172/add-bulk-docs-az-sb 2023-01-30 14:03:49 +05:30
Shubham Sharma f7a4cf4a3f Address comments
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-01-30 14:00:19 +05:30
VuiDJi 414f720b43
fixing typo (#3063)
Signed-off-by: VuiDJi <abayan89@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-01-29 21:23:54 -08:00
Hannah Hunter 8f72e541c7
Merge branch 'v1.10' into issue_2798b
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-01-27 14:58:33 -06:00
Hannah Hunter 3fa9fabee0
fix typo (#3082)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-26 22:27:13 -08:00
Hannah Hunter 62c4b17fb9 update strimzi link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-25 16:46:03 -06:00
Hannah Hunter 68cf31ca8a upmerge before endgame
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-01-25 16:33:41 -06:00
Hannah Hunter f341cdefb1
Merge pull request #3075 from solacese/v1.10
Adding Solace PubSub Component Docs
2023-01-24 13:54:17 -06:00
TKTheTechie 5ef2b250f4
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:48:47 -05:00
TKTheTechie d0492583f6
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:48:36 -05:00
TKTheTechie 874a665173
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:48:29 -05:00
TKTheTechie 1f25aa03dc
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:48:18 -05:00
TKTheTechie 17e5e5017a
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:48:10 -05:00
TKTheTechie 83fd12d803
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:47:53 -05:00
TKTheTechie 3faa75e0c7
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:47:45 -05:00
TKTheTechie e33e454b5f
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:47:32 -05:00
TKTheTechie d6ce7c1d62
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-solace-amqp.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-24 13:47:07 -05:00
Alessandro (Ale) Segala e93d700a83
Rename mqtt components to mqtt3 (#3059)
See https://github.com/dapr/components-contrib/issues/2359

The old component names are still available as aliases

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-23 20:20:45 -08:00
Tomasz Pietrek 11f90b03bd
Add docs for domain and api prefix (#3040)
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>

Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
2023-01-21 16:48:05 -08:00
TKTheTechie 089814c38c Adding Solace PubSub Component Docs
Signed-off-by: TKTheTechie <thomas.kunnumpurath@solace.com>
2023-01-19 18:21:10 -06:00