Commit Graph

1650 Commits

Author SHA1 Message Date
Mark Fussell de0bf93079
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-02 08:52:40 -08:00
Alessandro (Ale) Segala d6e0a8b66d
Merge branch 'v1.13' into sqlite-nr 2024-02-02 08:31:50 -08:00
Hannah Hunter cf06d9510d
Merge branch 'v1.12' into fix-3303 2024-02-02 10:55:52 -05:00
Hannah Hunter 7419cd3693
Merge branch 'v1.13' into metrics-cardinality 2024-02-02 10:51:52 -05:00
Mark Fussell 33c57ff503
Merge branch 'v1.13' into kafka-aws-iam 2024-02-01 12:40:11 -08:00
Mark Fussell 7a6f38494a
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-01 12:40:03 -08:00
Mark Fussell 48e2f46385
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-01 12:39:56 -08:00
Mark Fussell 74fcb49572
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-01 12:39:51 -08:00
Mark Fussell b2cbc2d55f
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-01 12:39:43 -08:00
Mark Fussell 89dbf11f38
Merge branch 'v1.12' into patch-1 2024-02-01 12:33:26 -08:00
Hannah Hunter e4847eb702
add actual valid states for runtimeStatus (#3989)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-01 12:29:39 -08:00
Shivam Kumar 7dea32b7c8
Adding recursive terminate/purge in workflow API (#3969)
* Adding recursive terminate/purge in workflow api

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

* Apply suggestions from code review

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

* review comments

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

---------

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-01 12:26:53 -08:00
ItalyPaleAle 4b69580298 [1.13] Document actor services flags
Adds docs for the daprd flags `--actors-service` and `--reminders-service`. These are currently not very useful to end users, as there's only 1 possible implementation in Dapr today.

Fixes #3948

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:36:25 -08:00
ItalyPaleAle 9af6491271 Updatd Docker too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:24:56 -08:00
ItalyPaleAle 75161a0bfe Changed to use the Helm chart by bitnami
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:22:12 -08:00
Alessandro (Ale) Segala 1cdb40f549
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>
2024-02-01 09:16:18 -08:00
ItalyPaleAle d9187d8782 Updated configuration-schema
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:15:44 -08:00
arthbalete 694bd624d9
Documentation : Removed duplicates for failover and sentinelMasterName in setup-redis.md
In Redis state store component configuration example (https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/#component-format), "failover" and "sentinelMasterName" fields were duplicated.

This commit removes these duplicates, keeping the most verbose value (eg: "<bool> # Optional. Allowed: true, false" instead of "# Optional") and using the same position as the one in the spec metadata fields part (https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/#spec-metadata-fields).

Signed-off-by: arthbalete <67156595+arthbalete@users.noreply.github.com>
2024-02-01 10:37:55 +01:00
ItalyPaleAle c462418dbc [1.13] Azure Blob Storage v2 docs
Fixes #3203

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 17:06:47 -08:00
Alessandro (Ale) Segala 394b3db535
Update daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-sqlite.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 16:27:12 -08:00
Alessandro (Ale) Segala f26884509c
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>
2024-01-31 11:52:15 -08:00
Fabian Martinez 4764458239 add kafka aws iam to docs
Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
2024-01-31 20:30:28 +01:00
ItalyPaleAle 017bb6214c [1.13] Add docs for SQLite name resolver
Fixes #3914

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 10:31:48 -08:00
ItalyPaleAle 2666322311 Clarify actor state store support for MongoDB
Fixes #3303

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 09:47:02 -08:00
Hannah Hunter 0fcbd0a5d2 upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 15:40:09 -05:00
Hannah Hunter d600ba6542 resolve merge conflict
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 13:18:06 -05:00
Elena Kolevska 29fc98bc14 Add related links
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2024-01-25 21:21:43 +00:00
Elena Kolevska 63858ae8e2 Small update
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2024-01-25 16:11:29 +00:00
Whit Waldo 928acb316b
Added note explaining that use of the SDKs is preferred over HTTP APIs for production scenarios. (#3967)
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2024-01-23 22:16:19 -08:00
Elena Kolevska e16d22f79a Small fixes after review
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2024-01-23 16:13:36 +00:00
Elena Kolevska d71bd4b81c
Apply suggestions from code review
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
2024-01-23 15:55:41 +00:00
Whit Waldo 3dc5218b79
Added Crypto API reference documentation (#3952)
* Added Crypto API reference documentation. Updated error codes weight so it's last in list.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Added Crypto API reference documentation. Updated error codes weight so it's last in list.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Update daprdocs/content/en/reference/api/cryptography_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Update daprdocs/content/en/reference/api/cryptography_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Minor text update

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Update daprdocs/content/en/reference/api/cryptography_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Update daprdocs/content/en/reference/api/cryptography_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Update daprdocs/content/en/reference/api/cryptography_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Update daprdocs/content/en/reference/api/cryptography_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Added related link to API reference on Crypto overview page.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

---------

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-22 21:42:35 -08:00
Mark Fussell de0f222840
Merge branch 'v1.13' into error-codes 2024-01-21 22:23:53 -08:00
Patrick Assuied b0dafe0897
fix formatting (#3950)
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
2024-01-12 13:03:21 -08:00
Patrick Assuied ae4e13754b
Feature/add-kafka-pubsub-schema-registry (#3946)
* Added doc for kafka pubsub Avro schema registry support

Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>

* Update setup-apache-kafka.md

Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.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: Patrick Assuied <patrick.assuied@elationhealth.com>

---------

Signed-off-by: Patrick Assuied <patrick.assuied@elationhealth.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-12 11:25:17 -08:00
Elena Kolevska 3a676db51a
Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
2024-01-12 11:44:00 +00:00
Simon Headley 390de66da8
Describing Kafka consumer behaviour when consuming from multiple topics (#3931)
* Describing Kafka consumer behaviour when consuming from multiple topics

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Further specifying the behaviour of Kafka consumer groups on topics.

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Changing 'this will guarantee' to 'this guarantees' as per PR review

Signed-off-by: Simon Headley <headleysj@gmail.com>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Simon Headley <headleysj@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-01-11 14:38:57 -08:00
Mark Fussell 3577571cf8
Merge branch 'v1.13' into error-codes 2024-01-10 16:46:01 -08:00
Elena Kolevska accbf7b111
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Elena Kolevska <elena-kolevska@users.noreply.github.com>
2024-01-10 17:59:35 +00:00
Simon Headley 5c132e6e3d
Adding write performance optimization section to Cosmos DB state stor… (#3934)
* Adding write performance optimization section to Cosmos DB state store documentation

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Applying suggestions as per PR review

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Switching from Markdown note to {{% alert %}} {$ /alert $}} as per PR review

Signed-off-by: Simon Headley <headleysj@gmail.com>

* Putting example paragraph in a new line as per review

Signed-off-by: Simon Headley <headleysj@gmail.com>

---------

Signed-off-by: Simon Headley <headleysj@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-08 22:02:59 -08:00
Hannah Hunter 174c51012b
[AWS SSM parameter store] Add prefix option (#3920)
* add prefix to spec

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add prefix to example

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-01-05 17:42:38 -08:00
Simon Headley 20494df4ec
Specifying the behaviour of the ConsumerID field when configuring Kafka pub/sub (#3935)
Signed-off-by: Simon Headley <headleysj@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2024-01-05 09:05:14 -08:00
Hannah Hunter a6f8ce3c8c last upmerge of 2023
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-22 10:33:37 -05:00
Hannah Hunter 149325b0d4
Update `dapr init` CLI reference with Docker network examples (#3901)
* update dapr init doc

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* Update daprdocs/content/en/reference/cli/dapr-init.md

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

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-12-20 08:03:29 -08:00
Elena Kolevska 992cd5be99 Adds a note about not all errors being enriched
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2023-12-19 00:42:08 +00:00
Elena Kolevska 6998990686 Adds a general docs/reference page for the richer error model
Signed-off-by: Elena Kolevska <elena@kolevska.com>
2023-12-19 00:32:03 +00:00
Josh van Leeuwen 2db304e62a
Update arguments-annotations-overview.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-12-08 17:53:36 +00:00
Hannah Hunter 8c249b0e99
Merge branch 'v1.13' into block-shutdown-seconds 2023-12-08 12:47:18 -05:00
joshvanl 22b7057aed Updates block-shutdown-seconds to block-shutdown-duration
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-12-05 14:08:08 +00:00
joshvanl 3114f4d357 Adds Daprd `--block-shutdown-seconds` reference
Part of https://github.com/dapr/dapr/issues/4313

Signed-off-by: joshvanl <me@joshvanl.dev>
2023-12-04 23:39:25 +00:00
Guillermo Caracuel 6460169263
Fix Subscription docs to match Kubernetes CRDs (#3888)
Signed-off-by: gcaracuel <633810+gcaracuel@users.noreply.github.com>
2023-12-01 21:53:04 -08:00
Mark Fussell 0aec60c6c9
Merge branch 'v1.13' into upmerge_11-21 2023-11-21 07:25:40 -08:00
Josh van Leeuwen d68b3bca7e
v1.11 fix links (#3877)
* fix link

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* try again with link

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* pub-sub

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-20 16:59:05 -08:00
Amit Mor 6a9ccf4729
suggested edits
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
Signed-off-by: Amit Mor <amitm@at-bay.com>
2023-11-14 23:45:15 +02:00
Hannah Hunter b78063f2ee pub-sub
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-13 17:58:16 -05:00
Hannah Hunter bd30cd2c8b try again with link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-13 17:52:31 -05:00
Hannah Hunter 87b306ecfd fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-11-13 17:48:45 -05:00
Hannah Hunter 78ffacba64
Update daprdocs/content/en/reference/components-reference/supported-bindings/kubemq.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-11-13 17:33:29 -05:00
Hannah Hunter bc9ee47fca
Update daprdocs/content/en/reference/components-reference/supported-bindings/kubemq.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-11-13 17:33:23 -05:00
Amit Mor 58570f137c
added recommendation
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
Signed-off-by: Amit Mor <amitm@at-bay.com>
2023-11-13 10:45:28 +02:00
Amit Mor 5adcac925a
SNS/SQS contention
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
Signed-off-by: Amit Mor <amitm@at-bay.com>
2023-11-12 21:48:17 +02:00
Stuart Leeks 5c53ef2e10 Update broken links
https://account.kubemq.io/login/register is redirected to https://account.kubemq.io/auth/signup
Signed-off-by: Stuart Leeks <stuartle@microsoft.com>
2023-11-09 09:32:06 +00:00
Mark Fussell f492af580f
Merge branch 'v1.12' into issue_3775
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-10-30 09:34:58 -07:00
Hannah Hunter 0abf03a343
Redis limitation about transactions (#3848)
* add redis limitations note

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* edits

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-10-27 10:34:31 -07:00
Hannah Hunter a64e00b0e2
remove ms (#3850)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-26 16:34:54 -07:00
Hannah Hunter c445eda8eb update aad to entra
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-24 17:52:53 -04:00
Susheel Thapa 1abd41b428
Fix typos in multiple files in dapr-docs (#3839)
* Chore: Typo fixed in multiple files

* Typo fixed

* Typo fixed(Telementry)

* Update pubsub-cloudevents.md

Signed-off-by: Susheel Thapa <sushilthapa9844242743@gmail.com>

---------

Signed-off-by: Susheel Thapa <sushilthapa9844242743@gmail.com>
2023-10-20 08:20:37 -07:00
Oliver Tomlinson e82d51c2ca
update to use the default kafka version to avoid uneccessary errors (#3837)
updated kafka pubsub component docs

Signed-off-by: Oliver Tomlinson <oliverjamestomlinson@gmail.com>
2023-10-19 06:37:50 -07:00
Hannah Hunter df4ca552fe
Merge branch 'v1.12' into fix-typo 2023-10-17 10:45:23 -04:00
Hannah Hunter 2a4f591a24
Merge branch 'v1.12' into bindings-dir 2023-10-17 10:40:31 -04:00
Shivam Kumar 8ba23898c4 fix typo
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
2023-10-17 13:57:01 +05:30
frodera e83b4d3158
Update setup-nats-streaming.md (#3833)
Signed-off-by: frodera <219724+frodera@users.noreply.github.com>
2023-10-16 22:04:14 -07:00
Ilia Stepin f0ef4b9964
update s3 bindings links (#3782)
* update s3 bindings links

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>

* Update s3.md

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>

---------

Signed-off-by: Ilia Stepin <stepinilya@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-10-16 22:03:49 -07:00
Hannah Hunter 43937c435a
Merge branch 'v1.12' into bindings-dir 2023-10-12 11:13:59 -04:00
Hannah Hunter 04b2e8068b resolve conflicts
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-10-11 18:57:19 -04: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 5f4f521f91
Merge branch 'v1.12' into fix-3664 2023-10-11 15:18:55 -07:00
Mark Fussell 1a260817d0
Update http.md 2023-10-11 15:18:01 -07:00
Hannah Hunter 04c466da64
Merge branch 'v1.12' into fix-3525 2023-10-11 18:09:16 -04:00
Alessandro (Ale) Segala 74cf5ce84a
Updated docs for postgres and mysql components (#3811)
* Updated docs for postgres and mysql components

Fixes #3602

Also includes docs for https://github.com/dapr/components-contrib/pull/2975

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

* Update mysql.md

* Update postgresql.md

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

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

* Update postgresql.md

* Update mysql.md

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Artur Souza <asouza.pro@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-10-11 15:05:59 -07:00
ItalyPaleAle c8c553ce51 Update docs for routeralias middleware
Fixes #3525

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-10-11 12:38:16 -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
Mukundan Sundararajan 6b7214092a
Update daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-11 09:17:49 -07:00
Hannah Hunter c750c8b23e
Merge branch 'v1.12' into asb-metadata-bindings 2023-10-10 11:54:58 -04:00
Mukundan Sundararajan ea00e24dbc
add docs for k8s kubeconfig, defaultNamespace (#3803)
* add docs for k8s kubeconfig, defaultNamespace

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>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-10-10 08:25:44 -07:00
Hannah Hunter 9971ee59bb
Merge branch 'v1.12' into asb-metadata-bindings 2023-10-10 10:45:35 -04:00
Mukundan Sundararajan 80661979e6 address review comments.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-10 20:11:07 +05:30
Hannah Hunter 96d0e90458
Merge branch 'v1.12' into template-k8s 2023-10-10 09:30:31 -04:00
Mukundan Sundararajan adf10bbb2f add docs for oidc extensions field in kafka
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-10 04:23:40 +05:30
Mukundan Sundararajan 19c8721907 add asb metadata based on PR dapr/components-contrib#2203
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-09 14:55:24 +05:30
Mukundan Sundararajan b9bb5bd231 address review comments.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-09 14:27:42 +05:30
Mukundan Sundararajan 2cbca93b78 address review comments.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-05 21:59:20 +05:30
Mukundan Sundararajan 54434a610c address review comments.
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-05 21:29:47 +05:30
Mukundan Sundararajan 863cabc73f add docs for template processing in k8s name resolution
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2023-10-05 18:53:54 +05:30
Shivam Kumar 2aed48cff2
Azure eventhubs bulk subscribe support (#3756)
* azure eventhubs bulk subscribe support

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

* removing localized link

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

* Apply suggestions from code review

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

* Adding example

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

---------

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-10-04 15:42:44 -07:00
Yaron Schneider 42f857ed4e
add tls authentication for httpendpoint (#3780)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-10-03 19:39:16 -07:00
Whit Waldo 3f8a45b195 Fixed bad link cited in issue #3766
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2023-09-26 08:21:21 -05:00
Hannah Hunter 4d9c5fa5f6
Merge branch 'v1.12' into placement_tables_pt2 2023-09-25 16:34:11 -04:00
Mark Fussell 0880798588
Merge branch 'v1.11' into issue_3638 2023-09-25 13:33:28 -07:00
Mark Fussell b30b9d2d51
Merge branch 'v1.12' into k8s-multi-app-run 2023-09-25 13:29:21 -07:00
Mark Fussell d2fc06627e
Merge branch 'v1.12' into placement_tables_pt2 2023-09-25 13:29:05 -07:00
Alexey ad4f49686c
typo in example in httpendpoints-schema.md (#3764)
Signed-off-by: Alexey <Kuzbekov@users.noreply.github.com>
2023-09-25 13:27:29 -07:00
Hannah Hunter b57960d8d4
update healthz (#3765)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-25 13:19:10 -07:00
Hannah Hunter 4844e35501
Merge branch 'v1.12' into placement_tables_pt2 2023-09-25 14:22:50 -04:00
Hannah Hunter 6495d52b1f update link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-25 12:46:50 -04:00
Mark Fussell c905d41d67
Merge branch 'v1.12' into issue_3567 2023-09-25 09:42:29 -07:00
Hannah Hunter 050d9ce558 pull in updates
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-25 12:41:19 -04:00
Hannah Hunter dfd193c927 update per mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-25 12:40:23 -04:00
Mark Fussell 234572d4b3
Merge branch 'v1.12' into placement_tables_pt2 2023-09-25 09:26:26 -07:00
Hannah Hunter 836c353b7c link to example
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-25 11:18:56 -04:00
Hannah Hunter e2b6321b73
Merge branch 'v1.11' into issue_3638 2023-09-25 11:01:10 -04:00
Hannah Hunter eb1c778b70
Update daprdocs/content/en/reference/resource-specs/component-schema.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-09-25 11:00:50 -04:00
Hannah Hunter e2a4f64ea1
Update daprdocs/content/en/reference/resource-specs/component-schema.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-09-25 11:00:35 -04:00
Hannah Hunter d202a515a1
Update daprdocs/content/en/reference/environment/_index.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-09-25 10:53:42 -04:00
Hannah Hunter 61a51bd0da
Merge branch 'v1.12' into placement_tables_pt2 2023-09-25 10:53:04 -04:00
Hannah Hunter cbcda3f29c
Update daprdocs/content/en/reference/api/placement_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-09-25 10:52:50 -04:00
Hannah Hunter 782b63dc55
Merge branch 'v1.12' into k8s-multi-app-run 2023-09-25 08:46:31 -04:00
Hannah Hunter cf9fa335de updates from mark/mukundan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-25 08:44:29 -04:00
wimvc1 5de4fdfd89
Added errorIfNot2XX option to HTTP binding docs (#3741)
* Added errorIfNot2XX option to HTTP binding docs

Signed-off-by: Wim Vande Casteele <wim.vande.casteele@randstadgroup.be>

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

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

---------

Signed-off-by: Wim Vande Casteele <wim.vande.casteele@randstadgroup.be>
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-09-24 20:53:15 -07:00
Mark Fussell d338e541b3
Merge branch 'v1.12' into fix_pubsub_rabbit_mq_client_name 2023-09-24 20:52:16 -07:00
Álvaro Aguilar-Tablada Espinosa ad50b794b0
Create 'quorum' queues in RabbitMQ (#3699)
* Create 'quorum' queues in RabbitMQ

Signed-off-by: Álvaro Aguilar <alvaro.aguilar@scrm.lidl>

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

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Álvaro Aguilar-Tablada Espinosa <alvaroteleco@hotmail.com>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Álvaro Aguilar-Tablada Espinosa <alvaroteleco@hotmail.com>

---------

Signed-off-by: Álvaro Aguilar <alvaro.aguilar@scrm.lidl>
Signed-off-by: Álvaro Aguilar-Tablada Espinosa <alvaroteleco@hotmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-09-24 20:52:01 -07:00
Mark Fussell ba6c9c0057
Merge branch 'v1.12' into fix_pubsub_rabbit_mq_client_name 2023-09-24 20:44:22 -07:00
Mark Fussell 7fc9c4a248
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-09-24 20:44:16 -07:00
Mark Fussell 97d323bc6b
Merge branch 'v1.11' into issue_3638 2023-09-24 20:36:14 -07:00
Sri Lasya Malladi 762a349802
Updated configuration_api.md
Changed the Configuration API response from an array to dictionary

Signed-off-by: Sri Lasya Malladi <40951986+srilasya02@users.noreply.github.com>
2023-09-22 15:28:17 -07:00
Mark Fussell 1da77a3ccf
Merge branch 'v1.11' into issue_3638 2023-09-22 14:52:03 -07:00
Hannah Hunter 6b14399679 add ryan review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-22 15:42:42 -04:00
dollysah 715729ed09
Description of DAPR_HOST_IP is missing in docs #1852
Signed-off-by: dollysah <105938223+dollysah@users.noreply.github.com>
2023-09-22 13:00:17 -06:00
Hannah Hunter 02b02f8bb3 Merge branch 'placement_tables_pt2' of https://github.com/hhunter-ms/docs into placement_tables_pt2 2023-09-22 14:45:53 -04:00
Hannah Hunter e388830cee update examples header
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-22 14:45:23 -04:00
Hannah Hunter d2a912a384 update example
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-22 14:44:53 -04:00
Hannah Hunter c79c7d5cd0
Update daprdocs/content/en/reference/environment/_index.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-09-22 14:17:10 -04:00
Hannah Hunter 71a303d5a0 mark review pt1
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-22 14:08:58 -04:00
Hannah Hunter c2a1f0fafc add to env list
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-22 12:25:04 -04:00
Hannah Hunter 3439d2cfe4 copy table to new topic under API
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-19 10:05:54 -04:00
Mark Fussell 5255225b4f
Merge branch 'v1.12' into k8s-multi-app-run 2023-09-18 14:48:37 -07:00
Hannah Hunter f476d575d9
Merge branch 'v1.12' into issue_3567 2023-09-18 14:58:14 -04:00
Hannah Hunter 737c562728
Merge branch 'v1.12' into issue_3567 2023-09-18 14:54:11 -04:00
Mark Fussell cc9158a055
Merge branch 'v1.12' into k8s-multi-app-run 2023-09-18 11:46:19 -07:00
Hannah Hunter 9d3e3f37aa upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-18 14:44:41 -04:00
Hannah Hunter 79dca6571b update schema with values
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-18 14:41:55 -04:00
Josh van Leeuwen c2fc0a18da
Reference: pubsub pulsar OIDC authentication (#3655)
* Adds `OIDC` authentication to pulsar pubsub options

Signed-off-by: joshvanl <me@joshvanl.dev>

* Updates the pulsar OIDC authentication docs to use `oauth2` fields.

Signed-off-by: joshvanl <me@joshvanl.dev>

* Put pulsar authentication options into different sections

Signed-off-by: joshvanl <me@joshvanl.dev>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-09-18 11:21:34 -07:00
Hannah Hunter 5bea7f8ff2
Merge branch 'v1.12' into k8s-multi-app-run 2023-09-18 12:16:36 -04:00
Hannah Hunter 7186316808
Merge branch 'v1.12' into issue_3567 2023-09-18 12:14:17 -04:00
zhangchao 5ba6f545db add clientName and heartBeat
Signed-off-by: zhangchao <zchao9100@gmail.com>
2023-09-17 11:51:11 +08:00
Shubham Sharma 2eac805c5e
Add subscriptions to metadata API reference examples (#3682)
* Add subscription example to metadata API

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update metadata API docs

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

---------

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-09-15 14:49:36 -07:00
Hannah Hunter e9e0e75d9d update to beta1
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-14 09:57:18 -04:00
Christian Kaps 0887a34051
Update Zeebe documentation (#3712)
* Update Zeebe documentation

Signed-off-by: Christian Kaps <ck-github@mohiva.com>

* Add deprecated alias deploy-resource

Signed-off-by: Christian Kaps <ck-github@mohiva.com>

---------

Signed-off-by: Christian Kaps <ck-github@mohiva.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-09-13 15:55:43 -07:00
Hannah Hunter 7a1b51b7a3 add ref
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-13 17:43:02 -04:00
Hannah Hunter 2ac6bab167 additions per mukundan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-13 13:43:49 -04:00
Hannah Hunter caeb25d8b8
Merge branch 'v1.11' into issue_1168
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-09-12 15:58:54 -04:00
Bakibillah Sakib e34b4f5042
[WIP] - CustomResourceDefinition(CRD) term changed (#3696)
* [WIP] - CustomResourceDefinition(CRD) term changed to Resource Specifications(resource)

Signed-off-by: sakibian <sakib192@gmail.com>

* Update daprdocs/content/en/reference/resource-specs/component-schema.md

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

---------

Signed-off-by: sakibian <sakib192@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-09-12 12:53:39 -07:00
Hannah Hunter f1279c8023 merge conflict
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-12 14:22:31 -04:00
Hannah Hunter f190058b69
Merge branch 'v1.11' into update-client-id-default 2023-09-12 10:07:08 -04:00
zhangchao a406f63fac typo fix
Signed-off-by: zhangchao <zchao9100@gmail.com>
2023-09-10 17:13:52 +08:00
Cassandra Coyle 5a15cbec38 update documented default value for clientID for both k8s & self-hosted mode
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
2023-09-07 15:26:57 -05:00
Hannah Hunter 3cc1054e70
Merge branch 'v1.11' into issue_3681 2023-09-06 17:48:43 -04:00
Hannah Hunter 66430bc61b
Merge branch 'v1.11' into issue_3657 2023-09-06 17:25:26 -04:00
Yaron Schneider e4537ae029
Merge branch 'v1.11' into issue_3681 2023-09-06 14:22:22 -07:00
Hannah Hunter 41680ca88b
Merge branch 'v1.11' into issue_3645 2023-09-06 17:11:00 -04:00
Hannah Hunter b1c4e5aa1d mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-09-01 10:40:27 -04:00
Hannah Hunter 0264fd232b update per @taction
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-29 11:44:10 -04:00
Hannah Hunter 16b6b498cd add ttl
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-28 13:07:00 -04:00
Hannah Hunter f89e3ce9ea update time format
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-28 10:19:53 -04:00
Hannah Hunter aaa2f246b5 consistency check
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-24 10:18:44 -04:00
Hannah Hunter 2173f8a3e8 crosslink
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-21 13:31:14 -04:00
Hannah Hunter 307e4a8370 cross link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-21 11:32:13 -04:00
Sagar 44c0256bf8
Update gcp-secret-manager.md (#3671)
Signed-off-by: Sagar <sagar.lohani@gmail.com>
2023-08-09 14:52:30 -07:00
Shivam Kumar Singh 7e1fa65c0e
Add documentation for get embedding operation in Azure OpenAI (#3658)
* Add documentation for get embedding

Signed-off-by: Shivam Singh <shivamhere247@gmail.com>

* Resolve comments

Signed-off-by: Shivam Singh <shivamhere247@gmail.com>

---------

Signed-off-by: Shivam Singh <shivamhere247@gmail.com>
2023-08-08 10:42:18 -07:00
Alessandro (Ale) Segala 57e584aa7f
Add warning that NATS Streaming is deprecated (#3666)
* Add warning that NATS Streaming is deprecated

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>

* Updated breaking-changes table

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>
2023-08-07 20:12:28 -07:00
Hannah Hunter 975eef65f9
Merge branch 'v1.11' into add-wasm-middleware-config
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-08-07 13:47:22 -04:00
Mark Fussell 7118fb0fc0
Merge branch 'v1.11' into add-wasm-middleware-config 2023-08-07 10:35:22 -07:00
Mark Fussell a279db61c6
Merge branch 'v1.11' into wasm-http-fetch 2023-08-07 10:34:06 -07:00
Hannah Hunter 164abf8c98 update per mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-07 12:17:24 -04:00
Hannah Hunter 8856dee96e redo of original PR
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-08-04 15:33:03 -04:00
Brendan Burns dd6730849d
Update wasm.md to include some HTTP instructions (#3649)
* Update wasm.md to include some HTTP instructions

Signed-off-by: Brendan Burns <bburns@microsoft.com>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Brendan Burns <bburns@microsoft.com>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Brendan Burns <bburns@microsoft.com>

* 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: Brendan Burns <bburns@microsoft.com>

* 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: Brendan Burns <bburns@microsoft.com>

---------

Signed-off-by: Brendan Burns <bburns@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-08-04 12:08:12 -07:00
Edoardo Vacchi d36bc06368 Apply suggestions
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
2023-08-03 09:40:49 +02:00
Edoardo Vacchi 75c224a263
Merge branch 'v1.11' into wasm-http-fetch
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
2023-08-03 09:17:42 +02:00
Mark Fussell 48b7daf944
Merge branch 'v1.11' into add-wasm-middleware-config 2023-08-02 16:57:18 -07:00
Taction a2b1b1998c
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: Taction <zchao9100@gmail.com>
2023-08-02 13:55:52 +08:00
Taction 67f25e9b4f
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: Taction <zchao9100@gmail.com>
2023-08-02 13:55:11 +08:00
Taction 7710a4a51c
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: Taction <zchao9100@gmail.com>
2023-08-02 13:55:00 +08:00
Mark Fussell 363ceaa4e7
Merge branch 'v1.11' into pull_2731 2023-07-31 15:07:25 -07:00
Hannah Hunter 1d8ed48c52
Merge branch 'v1.11' into issue_3592_2 2023-07-31 17:23:16 -04:00
Hannah Hunter 16beee2a33 mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-31 17:21:40 -04: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
Hannah Hunter 71d7b53e92 pull changes from config PR
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-31 16:01:15 -04:00
Hannah Hunter f19dfc922b binding directions to binding docs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-28 13:02:08 -04:00
Hannah Hunter 500a151d4a
Merge branch 'v1.11' into ts-azure-app-config-subscribe-interval 2023-07-27 15:43:11 -04:00
Hannah Hunter eacc0ee784
Merge branch 'v1.11' into issue_3639 2023-07-27 15:38:42 -04:00
Hannah Hunter 4c922efc19
Merge branch 'v1.11' into ts-azure-app-config-subscribe-interval 2023-07-27 15:35:48 -04:00
Hannah Hunter ad1dc63430
Update daprdocs/content/en/reference/components-reference/supported-configuration-stores/azure-appconfig-configuration-store.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-07-27 15:35:38 -04:00
Hannah Hunter 4f16a1c9cd add the why
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-27 11:19:28 -04:00
Hannah Hunter befc8e1b32
Merge branch 'v1.11' into issue_1554 2023-07-27 11:12:46 -04:00
Hannah Hunter a6db47bdc2 update docs for multiple resource paths
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-26 17:00:59 -04:00
Yaron Schneider 5816f3c190
Update resiliency-schema.md (#3637)
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
2023-07-25 15:26:26 -07:00
zhangchao c4cd7bdb2c add example
Signed-off-by: zhangchao <zchao9100@gmail.com>
2023-07-25 22:59:10 +08:00
Edoardo Vacchi 3dbf63f7b4 Update docs for bindings
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
2023-07-25 11:01:13 +02:00
Edoardo Vacchi f7f6b0639e docs(wasm): support http(s) fetch of Wasm files
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
2023-07-25 11:01:13 +02:00
zhangchao ff722225b5 add guestConfig metadata doc for wasm middleware
Signed-off-by: zhangchao <zchao9100@gmail.com>
2023-07-25 15:48:07 +08:00
Hannah Hunter 130a54f1b4
Merge branch 'v1.11' into issue_1554 2023-07-24 15:39:42 -04:00
Hannah Hunter 95becff74a Merge branch 'issue_1554' of https://github.com/hhunter-ms/docs into issue_1554 2023-07-24 15:36:55 -04:00
Hannah Hunter 6682b0bdc3 add context from amit
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-24 15:36:17 -04:00
Hannah Hunter 5f5ed758ca remove azure openai docs from 1.11
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-24 15:00:13 -04:00
Hannah Hunter 675b33319e routine upmerge
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-24 14:45:34 -04:00
Hannah Hunter 912cb27e96
Update daprdocs/content/en/reference/components-reference/supported-bindings/openai.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-07-24 13:33:03 -04:00
Hannah Hunter 50a7e84fbc
Update daprdocs/content/en/reference/components-reference/supported-bindings/openai.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-07-24 13:32:54 -04:00
Shivam Kumar Singh f75fcb09c1 Update links 2023-07-24 17:14:55 +00:00
Shivam Kumar Singh 3c9daff513
Merge branch 'v1.11' into add-documentation-for-azure-openai 2023-07-23 22:28:47 +05:30
Hannah Hunter 07a04b0385
[bindings] Update `decodeBase64` to input (#3619)
* update decodeBase64 value to input

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* typo

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-07-21 14:53:28 -07:00
Shivam Kumar Singh f5c7f8b782 Add documentation for Azure OpenAI output binding
Signed-off-by: Shivam Kumar Singh <shivamhere247@gmail.com>

Resolve comments

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

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

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

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

Resolve comments

Signed-off-by: Shivam Kumar Singh <shivamhere247@gmail.com>
2023-07-20 06:19:33 +00:00
Shivam Kumar Singh 9da46f0532 Add documentation for Azure OpenAI
Signed-off-by: Shivam Kumar Singh <shivamhere247@gmail.com>
2023-07-20 06:10:49 +00:00
Mark Fussell 7724e5b760
Merge branch 'v1.11' into issue_1554 2023-07-19 12:14:01 -07:00
ItalyPaleAle 30a0285821 Update docs for in-memory components
Includes marking the components as stable, since they meet our criteria.

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-07-14 12:52:47 -07:00
Hannah Hunter 8fc4edfee7 try to clarify component qs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-13 16:05:43 -04:00
ItalyPaleAle 543fc83a53 Fixed link
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-07-11 16:31:04 +00:00
Mark Fussell bf314aef93
Merge branch 'v1.11' into issue_3382 2023-07-11 09:09:40 -07:00
Hannah Hunter acc4b990d5
Merge branch 'v1.11' into ts-azure-app-config-subscribe-interval 2023-07-05 18:17:50 -04:00
Tiago Alves Macambira 53b7060216
Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-07-05 15:10:57 -07:00
Hannah Hunter ba535787c6
Merge branch 'v1.11' into Fix3353_SecretStoreQueryParameters 2023-07-05 16:50:03 -04:00
Tiago Alves Macambira 30b080a3bf
Update daprdocs/content/en/reference/api/secrets_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-07-05 13:41:59 -07:00
Tiago Alves Macambira 6e088d1659
Apply suggestions from code review
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-07-05 13:33:12 -07:00
Hannah Hunter 8780bf5ff3
Merge branch 'v1.11' into ts-azure-app-config-subscribe-interval 2023-07-05 13:48:14 -04:00
Hannah Hunter c997666d49
Merge branch 'v1.11' into issue_3503 2023-07-05 12:23:36 -04:00
Hannah Hunter 9068813b09 updates from @jarema
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-07-05 12:21:19 -04:00
Hannah Hunter 480464d5d0
Merge branch 'v1.11' into issue_3382 2023-07-05 12:20:34 -04:00
jjkcharles bcde4f0ef1
Fixed a type on gcppubsub.md (#3596)
Fixed a typo where GCP Pub/Sub was mentioned as Azure  Pub/Sub

Signed-off-by: jjkcharles <1765598+jjkcharles@users.noreply.github.com>
2023-07-03 15:41:33 -07:00
guergabo f88b1d998e
fix(type): pubsub.aws.snssqs not pubsub.snssqs (#3594)
Signed-off-by: guergabo <guergabo@umich.edu>
2023-07-03 12:14:14 -07:00
Tyler Siron 48d1443ea4 fix spacing
Signed-off-by: Tyler Siron <tjsiron@gmail.com>
2023-07-03 12:42:48 -04:00
Tyler Siron b1907768fd fix docs to show nanoseconds
Signed-off-by: Tyler Siron <tjsiron@gmail.com>
2023-07-02 19:07:11 -04:00
Tiago Alves Macambira 4920dfd830 Document query parameter for al secret stores with documentation.
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-06-30 15:59:20 -07:00
Tiago Alves Macambira b47aa93ac3
Merge branch 'v1.11' into Fix3353_SecretStoreQueryParameters 2023-06-30 15:42:15 -07:00
Tiago Alves Macambira a00850b5f6
Update daprdocs/content/en/reference/components-reference/supported-secret-stores/gcp-secret-manager.md
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-06-30 15:39:49 -07:00
Tiago Alves Macambira 83688894e4
Update daprdocs/content/en/reference/api/secrets_api.md
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-06-30 15:37:55 -07:00
Mark Fussell 40813a1f9c
Update daprdocs/content/en/reference/components-reference/supported-bindings/rabbitmq.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-06-30 15:32:49 -07:00
Tiago Alves Macambira 9f3b5a28ff Fix documentation for query parameters.
Moves moves query parameter from the API documentation (where it was
lost and bound to be forgotten and left out-of-sync to component
development) to each individual secret store documentation (which was
the right place to begin with and where there's a greater chance
of it being kept up-to-date with each component development).

Also fixes the examples that were malformed and that misled customers
to believe that Vault had support for a `namespace`  query parameter
as brought up in dapr/components-contrib#2806.

Fixes #3353

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-06-30 15:23:06 -07:00
Yaron Schneider 44f6d4c2dd
Merge branch 'v1.11' into issue_3503 2023-06-30 12:52:58 -07:00
Mark Fussell 6df4fc4e2d
Merge branch 'v1.11' into issue_3400 2023-06-30 11:21:21 -07:00
Alessandro (Ale) Segala f2f5f1e03e
Bearer middleware: list some common values for issuers (#3591)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-06-29 15:31:09 -07:00
Roberto Rojas 85a59ea8e6
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:25 -04:00
Roberto Rojas 2f5a895729
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:19 -04:00
Roberto Rojas 4c28dcbf6c
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:14 -04:00
Roberto Rojas cd30098a5a
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:09 -04:00
Roberto Rojas 317c2a1b3a
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:03 -04:00
Roberto Rojas 6de1cbccf5 documents Bindings direction metadata field
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-28 19:06:28 -04:00
Hannah Hunter 74b2ad7108 update config schema
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-28 14:21:17 -04:00
Josh van Leeuwen 4a58c18e2a
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-06-28 09:47:02 +01:00
Josh van Leeuwen efb3468d88
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-06-28 09:46:56 +01:00
Josh van Leeuwen e3abfa85ae
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-06-28 09:46:47 +01:00
Josh van Leeuwen 8434534f35
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-06-28 09:46:35 +01:00
Josh van Leeuwen ea499d301f
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-etcd.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2023-06-28 09:46:22 +01:00
Hannah Hunter a732ff2fc0 remove consumerid and add example
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-27 15:58:48 -04:00
Hannah Hunter f4a5ad3f41 update headers for consistency
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-27 15:24:11 -04:00
joshvanl 14b4712806 Adds ETCD v2
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-06-27 11:48:25 +01:00
Hannah Hunter d5754ca63e add note
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-26 17:15:21 -04:00
Mark Fussell 2662d53e6e
Merge branch 'v1.11' into add-scheduled-message-example 2023-06-23 12:40:29 -07:00
Mark Fussell 80c693f7a0
Update daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-06-23 09:37:10 -07:00
fabistb 851bcfdcab adjustments mentioned in pr
Signed-off-by: fabistb <fabian0401@online.de>
2023-06-22 20:48:48 +02:00
fabistb 2b9001848a adjust headlinec
Signed-off-by: fabistb <fabian0401@online.de>
2023-06-21 21:53:58 +02:00
fabistb 551886ece3 update descriptioc
Signed-off-by: fabistb <fabian0401@online.de>
2023-06-21 21:45:57 +02:00
fabistb 6c29d7a0dd add timestamp formates for scheduleenqeueutimeutc
Signed-off-by: fabistb <fabian0401@online.de>
2023-06-21 21:40:10 +02:00
Hannah Hunter 64f961a043
Merge branch 'v1.11' into issue_3239 2023-06-21 13:22:35 -04:00
Hannah Hunter 0ad633bf66 update toc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-21 09:43:30 -04:00
Mark Fussell 8715f0c0cc
Merge branch 'v1.12' into sendgrid-dynamic-template 2023-06-20 22:14:27 -07:00
Shubham Sharma dd379f51d0
Add new properties to the metadata API (#3562)
* Update metadata API docs

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Make type consistent

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Add docs for enabledFeatures

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update docs

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update daprdocs/content/en/reference/api/metadata_api.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update daprdocs/content/en/reference/api/metadata_api.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update daprdocs/content/en/reference/api/metadata_api.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update daprdocs/content/en/reference/api/metadata_api.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

* Update daprdocs/content/en/reference/api/metadata_api.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>

---------

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-20 21:59:36 -07:00
Hannah Hunter fa919e73ca
Merge branch 'v1.11' into issue_3239 2023-06-20 12:00:49 -04:00
Hannah Hunter 55a9c26ab6 updates from mark pt 1
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-20 11:14:43 -04:00
Hannah Hunter 6a92317f33 Merge branch 'issue_3434' of https://github.com/hhunter-ms/docs into issue_3434 2023-06-19 17:53:07 -04:00
Hannah Hunter f3a5d4e4bd fix
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-19 17:48:53 -04:00
Hannah Hunter b0cceb9ecb
Merge branch 'v1.11' into issue_3434 2023-06-19 17:45:32 -04:00
Hannah Hunter bfa2a66a27 update examples
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-19 17:44:34 -04:00
Hannah Hunter 9f35db9837
Merge branch 'v1.11' into issue_3250 2023-06-19 13:49:54 -04:00
Hannah Hunter 10e4e50605
Merge branch 'v1.11' into issue_3258 2023-06-19 13:44:43 -04:00
Hannah Hunter 7998e1ffbc
Merge branch 'v1.11' into issue_3258 2023-06-19 13:21:00 -04:00
Hannah Hunter e223fa70d2
Merge branch 'v1.11' into issue_3320 2023-06-19 13:04:15 -04:00
Mark Fussell 60b33ddc5a
Merge branch 'v1.11' into issue_3239 2023-06-19 09:15:02 -07:00
Mark Fussell 26686e627b
Update daprdocs/content/en/reference/environment/_index.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-06-19 09:14:55 -07:00
Josh van Leeuwen a229194a35
Fix JSON in pubsub reference API docs (#3558)
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-19 09:07:19 -07:00
Hannah Hunter 377c92ff71 interrupted need to save
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-19 11:48:59 -04:00
Hannah Hunter d978f4d160 kicking off a build
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-19 11:16:02 -04:00
Hannah Hunter 36c5496999
Merge branch 'v1.11' into issue_3239 2023-06-19 11:04:17 -04:00
Hannah Hunter 927c6e12d5 add suggestions from tiago and phillip
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-19 11:03:44 -04:00
Hannah Hunter 72c84d40b3 add new doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-19 10:48:14 -04:00
Hannah Hunter 3770cf0712 block out the other schemas
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-19 10:42:58 -04:00
Mark Fussell de561f18b3
Merge branch 'v1.11' into issue_3250 2023-06-16 18:03:46 -07:00
Hannah Hunter 26624224b9 update notes
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-16 10:34:28 -04:00
Hannah Hunter ce270b7852
Merge branch 'v1.11' into issue_3258 2023-06-16 10:22:51 -04:00
Hannah Hunter cf3afe5e84
Update daprdocs/content/en/reference/components-reference/supported-bindings/redis.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-06-16 10:22:44 -04:00
Hannah Hunter 4fac7e4446
Merge branch 'v1.11' into issue_3320 2023-06-16 10:13:23 -04:00
Hannah Hunter 92e83e57de
Update daprdocs/content/en/reference/components-reference/supported-bindings/kafka.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-06-16 10:13:17 -04:00
Mark Fussell d5c00ef5f2
Merge branch 'v1.11' into issue_3339 2023-06-15 17:48:13 -07:00
Mark Fussell ac7b88b34b
Update daprdocs/content/en/reference/components-reference/supported-bindings/storagequeues.md
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-06-15 17:47:56 -07:00
ItalyPaleAle 01ac56cfd8 Update SQL Server docs for Azure AD
Fixes #3344

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-06-15 20:58:44 +00:00
Hannah Hunter 21c77557fa add env variable
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-15 16:24:46 -04:00
Hannah Hunter df28a2745a add suggested warning
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-15 15:52:45 -04:00
Hannah Hunter e388bd56e7 duplicate changes from deleted repo
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-15 15:44:20 -04:00
Hannah Hunter e23ae809da add saslmechanism
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-15 14:34:03 -04:00
Hannah Hunter 48a87d2716 add pollingInterval
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-15 13:04:49 -04:00
Hannah Hunter b7e67856e7
Merge branch 'v1.11' into issue_3476 2023-06-14 22:31:39 -04:00
Hannah Hunter 758fc86c8e Merge branch 'issue_3534' of https://github.com/hhunter-ms/docs into issue_3534 2023-06-14 18:01:54 -04:00
Hannah Hunter 60c4cff5f7 update per ale
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-14 18:01:38 -04:00
Hannah Hunter 76b869cb81 add resiliency schema doc - still in progress
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-14 16:14:17 -04:00
Hannah Hunter b76e2854eb
Merge branch 'v1.11' into issue_3476 2023-06-14 15:07:16 -04:00
Hannah Hunter fa1cfd5a68 updates per mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-14 15:06:54 -04:00
Hannah Hunter 7c4bbcf75c initial edits
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-14 11:20:45 -04:00
Hannah Hunter feb3f89cc7
Merge branch 'v1.11' into issue_3534 2023-06-14 10:37:08 -04:00
Hannah Hunter f1e3112cb9
typo
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-06-14 10:21:14 -04:00
Hannah Hunter 664236e0f8
typo
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-06-14 10:20:05 -04:00
binnn6 0d25e77685 few edits on pubsub plusar doc
Signed-off-by: binnn6 <734819342@qq.com>
2023-06-14 10:50:57 +08:00
Hannah Hunter 565523d939 update pub/sub component specs
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-13 16:19:16 -04:00
Hannah Hunter f0c37e42b1 update/clarify wording for sql server
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-13 14:29:02 -04:00
binnn6 5777270109 add new metadata field for pulsar
Signed-off-by: binnn6 <734819342@qq.com>
2023-06-14 00:52:26 +08:00
Hannah Hunter 806e7333c5 move app config to azure.yaml
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-13 09:49:46 -04:00
Yann Nicolas 809d6c6ff4
Merge branch 'v1.12' into sendgrid-dynamic-template 2023-06-12 14:51:27 -04:00
Josh van Leeuwen 7e9152fca4
Document that `||` is a reserved string that cannot be used in state keys. (#3524)
* Document that `||` is a reserved key that cannot be used in state keys.

Signed-off-by: joshvanl <me@joshvanl.dev>

* `character` -> `string`

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-09 17:54:50 -07:00
Deepanshu Agarwal 4149daeede
Specifying Kafka version as 1.0.0 in Note for Kafka with EH (#3474)
* Note to specify version as 1.0.0 for EH with Kafka

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* incorporate Review comments

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

---------

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-07 09:08:24 -07:00
Yaron Schneider 78aa71645c
Add e2e encryption content for pulsar (#3493)
* add e2e encryption content for pulsar

Signed-off-by: yaron2 <schneider.yaron@live.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: Yaron Schneider <schneider.yaron@live.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: Yaron Schneider <schneider.yaron@live.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: Yaron Schneider <schneider.yaron@live.com>

---------

Signed-off-by: yaron2 <schneider.yaron@live.com>
Signed-off-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-06-06 21:26:26 -07:00
Shubham Sharma 981444ff02 Revert extra tick
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-06-06 14:30:06 +05:30
Shubham Sharma 3f1be97f5c Add fixes
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2023-06-06 14:27:27 +05:30
Mark Fussell 1278a864d6
Merge branch 'v1.11' into issue_3216 2023-06-05 16:30:38 -07:00
Hannah Hunter 723e4563a6 merge conflict
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-05 19:15:41 -04:00
Tom Bern c9eeb96dc5
Update RabbitMQ priority queue publish message (#3492)
Signed-off-by: Tom Bern <57457849+thombrn@users.noreply.github.com>
2023-06-05 15:55:55 -07:00
Yaron Schneider 6fcf297d1d
Merge branch 'v1.11' into sendgrid-dynamic-template 2023-06-05 15:20:58 -07:00
Taction cf7ea8c353
delete outdated content (#3486)
Signed-off-by: zhangchao <zchao9100@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-05 15:20:16 -07:00
Hannah Hunter 27bb5c2472 updates per mark and alessandro review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-05 17:20:26 -04:00
Mark Fussell 3a3c62196f
Update local-storage.md
Updating grammar
2023-06-05 13:04:21 -07:00
Mark Fussell 48d7694fd7
Merge branch 'v1.11' into issue_3216 2023-06-05 12:47:49 -07:00
Hannah Hunter 627b83598d Alessandro review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-05 13:46:33 -04:00
Hannah Hunter d4107786fc
Merge branch 'v1.11' into issue_3485 2023-06-05 11:29:47 -04:00
Hannah Hunter 18319ad3b0 update k8s secrets spec
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-05 11:18:45 -04:00
Hannah Hunter 7e7292d395 Merge branch 'issue_3216' of https://github.com/hhunter-ms/docs into issue_3216 2023-06-05 11:15:33 -04:00
Hannah Hunter 0d09ba2536 address some crypto comments/review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-05 11:15:11 -04:00
Hannah Hunter e0f29fe4a3 rename file with updated postrgesql name
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-05 10:32:21 -04:00
Hannah Hunter 95e4c53d62 attempt to fix the terminate command
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-05 10:18:28 -04:00
Mark Fussell c3a7380006
Merge branch 'v1.11' into issue_3216 2023-06-04 22:16:18 -07:00
Artur Souza 3ba10e7d5b
Add build variations + refactor breaking-changes. (#3478)
* Add build variations + refactor breaking-changes.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Update daprdocs/content/en/operations/support/support-release-policy.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Add example and reference to build variants.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Update daprdocs/content/en/reference/arguments-annotations-overview.md

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

* Update daprdocs/content/en/operations/support/support-release-policy.md

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

* Update daprdocs/content/en/operations/support/support-release-policy.md

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

* Update daprdocs/content/en/operations/support/support-release-policy.md

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

* Update daprdocs/content/en/reference/arguments-annotations-overview.md

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

---------

Signed-off-by: Artur Souza <asouza.pro@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-02 18:05:59 -07:00
Hannah Hunter 70537df668
Add `consumerID` to Pulsar pub/sub (#3437)
* add consumerID

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

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

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

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

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

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-02 17:56:19 -07:00
Josh van Leeuwen 44baf48b7a
Adds TTL documentation to CosmosDB and MySQL (#3471)
* Adds TTL documentation to CosmosDB and MySQL

Signed-off-by: joshvanl <me@joshvanl.dev>

* Remove Microsoft link localization form the CosmosDB MySQL reference docs

Signed-off-by: joshvanl <me@joshvanl.dev>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-01 22:18:17 -07:00
Mukundan Sundararajan 351453c76a
add app channel address flag for run and multi app run template. (#3473)
* add app channel address flag for run and multi app run template. fix tags issue during compile

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

* Update daprdocs/content/en/developing-applications/local-development/multi-app-dapr-run/multi-app-template.md

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

---------

Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-31 19:18:42 -07:00
Yann Nicolas abbba71f5a
Merge branch 'v1.11' into sendgrid-dynamic-template 2023-06-01 03:30:25 +02:00
Mark Fussell eb863609c6
Merge branch 'v1.11' into issue_3216 2023-05-30 20:37:15 -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
Hannah Hunter 061972416e
Env Variables (#3454)
* update env variable table

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* update

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-29 22:01:14 -07:00
Shivam Kumar 5696e3ccdf
Update configuration api (#3410)
* updating alpha1 endpoint to stable

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

* lowercaing table name in postgres

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

* updating redis metadata

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

* updating redis and postgres to stable

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

* updating configuration manage: wip

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

* Apply suggestions from code review

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

* adding demo link

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

* updating sdk codes

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

* adding java sdk subscribe

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

* adding javascript sdk subscribe

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

* adding sdk unsubscribe

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

* adding quotes

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

* Update howto-manage-configuration.md

Updating a small grammar change

---------

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-05-29 09:25:19 -07:00
Yann Nicolas 02d48286f4
Merge branch 'v1.11' into sendgrid-dynamic-template 2023-05-28 17:25:14 +02:00
Josh van Leeuwen 46f9f4d06d
Actor State TTL Preview Feature (#3453)
* Update documentation to reflect that the Actor State TTL feature is now in preview, behind a feature gate.

Signed-off-by: joshvanl <me@joshvanl.dev>

* Update actor state curl example

Signed-off-by: joshvanl <me@joshvanl.dev>

* Clear up language about Actor state TTL behavior

Signed-off-by: joshvanl <me@joshvanl.dev>

* Remove Actor State TTL section from actors overview page, since the
feature is in preview

Signed-off-by: joshvanl <me@joshvanl.dev>

* Update daprdocs/content/en/reference/api/actors_api.md

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

* Update daprdocs/content/en/reference/api/actors_api.md

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

* Update actors_api.md

Changing layout

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

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-05-26 20:57:53 -07:00
Alessandro (Ale) Segala 5239de8bee
Clarify that MySQL components work with MariaDB too (#3463)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-26 20:07:19 -07:00
Mark Fussell d554ff974e
Update daprdocs/content/en/reference/components-reference/supported-cryptography/kubernetes-secrets.md
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-05-26 18:02:17 -07:00
Mark Fussell cbba926379
Update daprdocs/content/en/reference/components-reference/supported-cryptography/json-web-key-sets.md
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-05-26 18:02:10 -07:00
Mark Fussell dce35419bd
Update daprdocs/content/en/reference/components-reference/supported-cryptography/local-storage.md
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-05-26 18:01:56 -07:00