Commit Graph

825 Commits

Author SHA1 Message Date
Yaron Schneider b04691e8fc
update s3 binding (#2246)
Signed-off-by: yaron2 <schneider.yaron@live.com>
2022-03-09 19:09:41 -08:00
Wim b328114726
Updated state store docs with DynamoDB TTL (#2203)
* Updated state store docs with DynamoDB TTL

Signed-off-by: Wim <wim.vdc@hotmail.com>

* Making some consistency updates

* Added more realistic example

Signed-off-by: Wim <wim.vdc@hotmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2022-03-08 22:17:20 -08:00
Nick Greenfield 30f25df128 Merge branch 'v1.6' into v1.7
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-03-04 11:54:13 -08:00
Bernd Verst 8e8397b09f no please sir
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-03-03 15:28:38 -08:00
Bernd Verst c872242006 Also add blobstorage binding AAD support
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-03-03 15:01:09 -08:00
Bernd Verst a98943635f Add component reference to AAD authentication
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-03-03 14:55:06 -08:00
Gehhilfe ed2ce2a007
Jetstream statestore and auth (#2204)
* Add example for nats jetstream with nkey based authentication

Signed-off-by: Tim Burkert <burkert.tim@gmail.com>

* Add links to nats jwt authentication

Signed-off-by: Tim Burkert <burkert.tim@gmail.com>

* Add component reference for jetstream state store

Signed-off-by: Tim Burkert <burkert.tim@gmail.com>

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

Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Improve jetstream kv state store documentation

Signed-off-by: Tim Burkert <burkert.tim@gmail.com>

* Changing cli to CLI

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-03-02 21:52:19 -08:00
Rich Laos 9ebe5d4714
Update autoDeleteOnIdleInSec field description (#2211)
Signed-off-by: Richard Laos <richard.laos@quest.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2022-03-02 21:49:21 -08:00
Dmitry Shmulevich f2cac44482
add docs for querying Redis state store (#2216)
Signed-off-by: Dmitry Shmulevich <dmitsh@users.noreply.github.com>
2022-03-02 21:30:36 -08:00
Dmitry Shmulevich 6cf49f7385 fix broken link and redirect error
Signed-off-by: Dmitry Shmulevich <dmitsh@users.noreply.github.com>
2022-03-01 07:32:44 -08:00
Dmitry Shmulevich 843036f52e
fix redirect error (#2218)
Signed-off-by: Dmitry Shmulevich <dmitsh@users.noreply.github.com>

Co-authored-by: Dmitry Shmulevich <dmitsh@users.noreply.github.com>
2022-02-28 16:35:21 -08:00
Taction 20f51d531d
Add doc for pubsub rabbitmq exchage kind (#2207)
* Add doc for pubsub rabbitmq exchage kind

Signed-off-by: zhangchao <zchao9100@gmail.com>

* fix review

Signed-off-by: zhangchao <zchao9100@gmail.com>

* fix review

Signed-off-by: zhangchao <zchao9100@gmail.com>
2022-02-23 13:13:51 -08:00
Taction f70adde726
Add enginePath and vaultValueType for vault (#2174)
* add enginePath and vaultValueType

Signed-off-by: zhangchao <zchao9100@gmail.com>

* fix review

Signed-off-by: zhangchao <zchao9100@gmail.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2022-02-18 12:18:34 -08:00
light-pan a095bf643c
Kafka bindings component add version (#2192)
* Kafka bindings component add version

Signed-off-by: light-pan <373465009@qq.com>

* Kafka bindings component add version

Signed-off-by: light-pan <373465009@qq.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2022-02-18 12:08:49 -08:00
Armin Schlegel 428d8c2e00
Update setup-jetstream.md (#2200)
* Update setup-jetstream.md

Added missing information how to create the JetStream. Creating a JetStream is essential. Otherwise the pub/sub for jetstream won't work properly.

Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>

* Update setup-jetstream.md

Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-02-18 12:08:33 -08:00
Pravin Pushkar 1a0d4d3136
Updating request payload format for cosmosdbgremlinapi (#2161)
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2022-02-18 11:40:00 -08:00
Lucas Jellema 931a4acfbc
Add docs on oracle database state store component (#2166)
* removing references to ~/ prefix in OCI Object Storage state store

Signed-off-by: lucasjellema <lucasjellema@gmail.com>

* adding docs describing Oracle Database state store component

Signed-off-by: lucasjellema <lucasjellema@gmail.com>

* Adding reference for OCI Autonomous Database

Signed-off-by: lucasjellema <lucasjellema@gmail.com>

* Apply suggestions from code review

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

* Adding create table statement instructions for Oracle DB State Store

Signed-off-by: lucasjellema <lucasjellema@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-02-18 11:37:04 -08:00
Ricardo Corrêa f6a47fc282
add query support for PostgreSQL (#2201)
Signed-off-by: Ricardo Corrêa <r.c.correa@outlook.com>
2022-02-16 17:13:07 -08:00
Lucas Jellema abe0fb20b2
removing references to ~/ prefix in OCI Object Storage state store (#2165)
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
2022-01-27 22:07:40 -08:00
Nick Greenfield daab98da38 Merge branch 'v1.5' into v1.6
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-01-24 15:53:28 -08:00
Nick Greenfield 09dd0a03d9 Add pulsar pubsub disable batching option
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-01-24 12:15:47 -08:00
greenie-msft 70258dca66
Update setup-pulsar.md 2022-01-24 11:21:38 -08:00
greenie-msft 71d3730c73
Merge branch 'v1.6' into kafka_pubsub_metadata_as_headers_1408 2022-01-21 12:15:01 -08:00
Nick Greenfield d82884b83d Update Azure binding components from Alpha to Beta
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
2022-01-21 12:06:02 -08:00
greenie-msft afdc6469c1
Merge branch 'v1.6' into kafka_pubsub_metadata_as_headers_1408 2022-01-21 11:52:34 -08:00
Phil Kedy 162a07e126 Comments per PR
Signed-off-by: Phil Kedy <phil.kedy@gmail.com>
2022-01-21 10:36:07 -05:00
greenie-msft cdee37287b
Merge branch 'v1.6' into feat/1882-kafka-oauth2 2022-01-20 14:48:13 -08:00
greenie-msft f96e7fcb04
Merge branch 'v1.6' into kafka_pubsub_metadata_as_headers_1408 2022-01-20 14:20:32 -08:00
greenie-msft bb6d8571e3
Merge branch 'v1.6' into eventhubs-docs-update 2022-01-20 14:20:12 -08:00
greenie-msft 1a2ba31d9d
Merge branch 'v1.6' into eventhubs-docs-update 2022-01-20 14:14:04 -08:00
greenie-msft ba23c60b42
Merge branch 'v1.6' into feat/1882-kafka-oauth2 2022-01-20 14:00:04 -08:00
greenie-msft 321c8a0f34
Merge branch 'v1.6' into docs-for-OCI-ObjectStorage-State 2022-01-20 13:42:21 -08:00
Mark Fussell 273e2e8103
Merge branch 'v1.5' into feature/pulsar0113 2022-01-20 13:16:11 -08:00
Taction 6d7f5c86c6
Feature/pulsar: Add tenant namespace and backoff doc (#1930)
* Add tenant namespace and backoff

Signed-off-by: Taction <zchao9100@gmail.com>

* fix review

Signed-off-by: Taction <zchao9100@gmail.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2022-01-20 13:15:57 -08:00
greenie-msft 24d540e33e
Merge branch 'v1.6' into eventhubs-docs-update 2022-01-20 13:04:24 -08:00
Florian Eckert 1cea175322
fixed typo (#2114)
Signed-off-by: Florian Eckert <fleckert@microsoft.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2022-01-20 10:45:15 -08:00
Shivam Kumar 429bce6f30
Update MQTT pubsub to beta (#2113)
Signed-off-by: shivam <shivamkm07@gmail.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2022-01-20 10:44:31 -08:00
Mukundan Sundararajan 15bb344f5a fix typo
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
2022-01-20 23:56:32 +05:30
Mukundan Sundararajan 50911c1126 Update docs for Event Hubs pubsub
Signed-off-by: Mukundan Sundararajan <msundar.ms@outlook.com>
2022-01-20 23:51:25 +05:30
Mark Fussell 14b257d522
Merge branch 'v1.5' into feature/pulsar0113 2022-01-20 09:56:39 -08:00
greenie-msft 604485977b
Upmerge v1.5 to v1.6 20220119 (#2119)
* moving middleware to samples

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Updated middleware doc to point to updated sample location

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

* Fixing one more link after moving middleware code from quickstarts to samples repo

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>

Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-01-19 16:26:44 -08:00
Paul Yuknewicz d6d2d82de4 Fixing one more link after moving middleware code from quickstarts to samples repo
Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2022-01-19 15:28:30 -08:00
Zheng Dayu 0cc4b38d88
add alibabacloud oos parameter store docs (#2111)
Signed-off-by: Zheng Dayu <davidzheng23@gmail.com>

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-01-19 14:28:25 -08:00
Lucas Jellema 2270286d88
Merge branch 'v1.6' into docs-for-OCI-ObjectStorage-State 2022-01-17 18:49:15 +01:00
Mark Fussell 30e018604c
Added link to Apache Pulsar docs 2022-01-14 13:00:07 -08:00
Amit Mor f1974b3704
pubsub aws snssqs update (#2069)
* pub/sub aws snssqs docs update to v1.6

Signed-off-by: Amit Mor <amit.mor@hotmail.com>

* review requested changes

Signed-off-by: Amit Mor <amit.mor@hotmail.com>

* disableDeleteOnRetry + assetsManagement

Signed-off-by: Amit Mor <amit.mor@hotmail.com>

* endpoint and localstack docker

Signed-off-by: Amit Mor <amit.mor@hotmail.com>

* json annotations

Signed-off-by: Amit Mor <amit.mor@hotmail.com>
2022-01-14 09:20:04 -08:00
1046102779 78d918ca37 feature/pulsar: provide token && http request
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-01-13 09:38:27 +08:00
Yaron Schneider efa31dbb3b
Merge branch 'v1.6' into feat/1882-kafka-oauth2 2022-01-12 17:14:13 -08:00
Lucas Jellema 37f359bb44 Apply suggestions from code review
Signed-off-by: lucasjellema <lucasjellema@gmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
2022-01-12 07:27:37 +01:00
Amit Mor 6abad58a89
update pub/sub aws snssqs component to 'beta' (#2089)
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
2022-01-11 17:13:08 -08:00
lucasjellema 6cd8144d74 Adding Configuration File based authentication to OCI ObjectStorage state store docs
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
2022-01-10 14:52:10 +01:00
lucasjellema 61c072e4ff Describe Resource Principal Authentication, remove Functions from description of Instance Principal Authentication, Fix type
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
2022-01-09 21:29:30 +01:00
lucasjellema 317c9169f3 Merge branch 'docs-for-OCI-ObjectStorage-State' of https://github.com/lucasjellema/docs into docs-for-OCI-ObjectStorage-State 2022-01-09 09:11:56 +01:00
lucasjellema 63c4c15810 Adding InstancePrincipalAuthentication to docs on OCI ObjectStorage state store
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
2022-01-09 09:11:37 +01:00
Yaron Schneider 0cc147e0e0
Merge branch 'v1.6' into docs-for-OCI-ObjectStorage-State 2022-01-06 09:55:11 -08:00
greenie-msft c6c47aa722
Merge branch 'v1.6' into kafka_pubsub_metadata_as_headers_1408 2022-01-06 09:12:17 -08:00
lucasjellema 5826b150f4 adding OCI ObjectStorage TTL and composite key support
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
2022-01-06 10:45:41 +01:00
Scott Hussey 4979af3abc Update some phrasing and links
- Correctly link to subsection

Signed-off-by: Scott Hussey <sthussey@gmail.com>
2022-01-05 20:09:06 -06:00
Dmitry Shmulevich 2e4ef526a3
update rabbitmq pub/sub version to 'beta' (#2076)
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2022-01-05 08:58:44 -08:00
Phil Kedy 6079c0e34b Docs tweak for #1408 / #1409: Kafka PubSub using metadata as headers
Signed-off-by: Phil Kedy <phil.kedy@gmail.com>
2022-01-05 10:20:03 -05:00
lucasjellema d16b035c0e Introducing documentation for OCI Object Storage state store component
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
2022-01-04 12:05:12 +01:00
Dmitry Shmulevich bdde191715 fixed typo
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-29 15:42:30 -08:00
Dmitry Shmulevich 3d4e97d4fd updated RabbitMQ Pub/Sub status
Signed-off-by: Dmitry Shmulevich <dmitry.shmulevich@gmail.com>
2021-12-28 19:03:31 -08:00
greenie-msft 7deff4f04e
Upmerge v1.5 to v1.6 20211227 (#2064)
* Added pub sub documentation

* Changed port number in the command

* Modified based on the review comments - 1

* Modified based on the review comments - 2

* Changed python commands

* Changed python commands

* Modified based on the review comments - 3

* Fix publish a topic examples

Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"

* Wrap oauth links in ignore comment

* Bumping tags to v1.5.0

* Update dapr versions for 1.5.1 hotfix

* Correct the default component init timeout

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Fix incorrect warning log-level

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Added bindings documentation

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed image for bindings

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Reverted a small change

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Added pub sub documentation

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed port number in the command

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 3

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Wrap oauth links in ignore comment

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Bumping tags to v1.5.0

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments -3

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified a line based on the review comment

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Fix publish a topic examples

Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Update dapr versions for 1.5.1 hotfix

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified a line based on the review comment

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Modified based on the review comments

Signed-off-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>

* Added pub sub documentation

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Changed port number in the command

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added secrets store documentation

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 2

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Changed python commands

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 3

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Fix publish a topic examples

Step 3 and 4 of the "How-To: Publish & subscribe" publishes to the
wrong app id and pubsub. This commit fixes by changing the examples
that write to the app-id "testpubsub" to "orderprocessing"
and the pubsub "pubsub" to "order_pub_sub"

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets for service invocation

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of secrets management

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of state management

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of pub sub

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Removed a line

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* resolved merge conflicts

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of secrets management

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of pub sub

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Removed a line

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of secrets management

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Added full code snippets of pub sub

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified based on the review comments - 1

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Solved merge conflicts

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Modified go secrets code

Signed-off-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>

* Update daprdocs/content/en/developing-applications/building-blocks/secrets/howto-secrets.md

Co-authored-by: Will <witsai@microsoft.com>

* Added DCO sign-off guidance for contributing to Dapr

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Address PR feedback

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Add DCO check to PR template

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* simplify git command for DCO

Signed-off-by: Will Tsai <william.wl.tsai@gmail.com>

* Fix header

* Display state value instead of StateResponse object (#2046)

Signed-off-by: Jun Tian <tianjun.cpp@gmail.com>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>

* add ForcePathStyle support for s3 binding (#2054)

Signed-off-by: rainfd <rainfd@live.cn>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Remove requests dep (#2055)

* Add DCO check to PR template

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>

* Remove requests dep

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* update endpoint in s3 binding doc (#2049)

* update endpoint in s3 binding doc

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

* fix jaeger link

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

* update endpoint example to match region

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Update autoscale-keda.md (#2047)

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Update service-mesh.md (#2044)

Minor typo

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Added missing HTTP verb to the documentation dapr/dapr#4030 (#2045)

Signed-off-by: GitHub <noreply@github.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Update logs-troubleshooting.md (#2023)

The label name `dapr-placement` has been changed to `dapr-placement-server`.

Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* update the DOTNET SDK

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

Co-authored-by: Amulya Varote <amulyavarote@r6415.redmond.corp.microsoft.com>
Co-authored-by: Amulya Varote <amulyavarote@Amulyas-MacBook-Pro.local>
Co-authored-by: Amulya Varote <amulyavarote@MININT-8V4CL0S.redmond.corp.microsoft.com>
Co-authored-by: David Millman <dave@cs.unc.edu>
Co-authored-by: emctl <emccudden@gmail.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Will <witsai@microsoft.com>
Co-authored-by: Will Tsai <william.wl.tsai@gmail.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Jun Tian <find_my_way@foxmail.com>
Co-authored-by: RainFD <rainfd@live.cn>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: ChethanUK <chethan.u1@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Lize <lizzzcai1@gmail.com>
Co-authored-by: Andrew Cartwright <acartcat@gmail.com>
Co-authored-by: Shriroop Joshi <shriroopjoshi@users.noreply.github.com>
Co-authored-by: Christoph Hofmann <oss@hoffe.org>
Co-authored-by: Will 保哥 <doggy.huang@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2021-12-28 15:20:48 -08:00
Scott Hussey 581a7f5aea Document Kafka pub/sub OIDC authentication
- Add documentation to configure Kafka pub/sub component
  for OIDC authentication

- Update documentation on the Kafka pub/sub component TLS
  configuration to clarify a separation of TLS for transport
  and authentication.

Signed-off-by: Scott Hussey <sthussey@gmail.com>
2021-12-28 14:57:29 -06:00
Lize 3d050ae974
update endpoint in s3 binding doc (#2049)
* update endpoint in s3 binding doc

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

* fix jaeger link

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

* update endpoint example to match region

Signed-off-by: lizzzcai <lizzzcai1@gmail.com>

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-12-24 10:01:43 -08:00
RainFD 90fb822430
add ForcePathStyle support for s3 binding (#2054)
Signed-off-by: rainfd <rainfd@live.cn>

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-12-24 09:24:51 -08:00
Bernd Verst ea8d9ef06f Add initTimeout example for cosmosdb state 2021-11-30 17:44:59 -08:00
Bernd Verst 873bcb27c1 minor wording 2021-11-30 17:40:45 -08:00
Bernd Verst b53373c10e Grammar change 2021-11-30 17:32:02 -08:00
Bernd Verst 4dd9ea88b0 Fix link 2021-11-30 17:24:14 -08:00
Bernd Verst dc878f6ca9 Cosmos DB components production guidance 2021-11-30 17:08:11 -08:00
Will Tsai dc460db372 fix Jetstream broken link 2021-11-30 11:21:25 -08:00
greenie-msft 2367621c85
Update setup-nats-streaming.md 2021-11-24 15:41:43 -08:00
Mark Fussell 96cf36ba90
Merge branch 'v1.5' into v1.5 2021-11-22 13:02:44 -08:00
Simon Leet 5aebdc4d4f
Remove Cloudstate component reference (#1953)
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-11-21 20:20:44 -08:00
Mark Fussell 153a3c54e5 Merge branch 'v1.5' of https://github.com/msfussell/docs into v1.5 2021-11-16 00:25:19 -08:00
Mark Fussell 5487aa9b54 Updates due to configuration API building block 2021-11-16 00:24:37 -08:00
Mark Fussell 4932699b73
Merge branch 'dapr:v1.5' into v1.5 2021-11-16 00:23:56 -08:00
Mark Fussell 90f3536845 Updates due to configuration API building block 2021-11-16 00:22:41 -08:00
Will Tsai eb831e834d updating references to Alicloud Tablestore in v1.5, see #1932 2021-11-11 10:39:05 -08:00
greenie-msft 9005144236
Merge branch 'v1.5' into patch-5 2021-11-10 15:41:53 -08:00
greenie-msft 01b6d87b2e
Merge branch 'v1.5' into patch-5 2021-11-10 15:34:51 -08:00
greenie-msft 7d4109f219
Merge branch 'v1.5' into patch-4 2021-11-10 15:34:45 -08:00
greenie-msft a7007de419
Merge branch 'v1.5' into feature/pubsub_pulsar0901 2021-11-10 14:30:14 -08:00
greenie-msft 795451e864
Merge branch 'v1.5' into patch-4 2021-11-10 14:19:20 -08:00
greenie-msft 2d1e34aed9
Merge branch 'v1.5' into patch-5 2021-11-10 14:17:07 -08:00
greenie-msft f3bf612ea7
Merge branch 'v1.5' into apache_kafka_1912 2021-11-10 13:18:27 -08:00
greenie-msft 6f97e682ad
Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md
Co-authored-by: Will <witsai@microsoft.com>
2021-11-10 09:57:16 -08:00
greenie-msft 2e29e3d001
Merge branch 'v1.5' into add_tls_for_kafka_pusub 2021-11-10 09:37:15 -08:00
greenie-msft 7fd59b8c69
Merge branch 'v1.5' into update_mqtt 2021-11-09 15:12:26 -08:00
zhangchao 535603894e fix review 2021-11-09 09:22:50 +08:00
Dmitry Shmulevich 91fe55b023
Added documentation for StateStore Query API (#1874)
Reworked this overview to make this more consistent and include recent updates from releases.
2021-11-08 10:13:29 -08:00
zhangchao 5038c92b2b add secret store refrence 2021-11-06 17:53:17 +08:00
zhangchao 119e0358bd add consumeRetryInterval to tls example yaml 2021-11-06 17:30:08 +08:00
zhangchao 85f4f053fd Merge branch 'v1.5' into add_tls_for_kafka_pusub
* v1.5: (82 commits)
  Update middleware-opa.md (#1833)
  Add succes message for msft docs
  Update link_validation.yaml
  Localization Check in Links Validation
  minor spacing change
  cupdating for newly stable components
  Microsoft Docs links should be language neutral
  Update cosmosdbgremlinapi.md
  Update cosmosdbgremlinapi.md
  Update setup-rabbitmq.md
  changing some missed instances of GA to Stable
  Update cron.md
  cosmosdbgremlinapi ouput binding
  fixed typo in component yaml
  Update daprdocs/content/en/operations/components/certification-lifecycle.md
  Update daprdocs/content/en/operations/components/certification-lifecycle.md
  Update daprdocs/content/en/operations/components/certification-lifecycle.md
  Update daprdocs/content/en/operations/components/certification-lifecycle.md
  Update daprdocs/content/en/operations/components/certification-lifecycle.md
  Update daprdocs/content/en/operations/components/certification-lifecycle.md
  ...

# Conflicts:
#	daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md
2021-11-06 17:29:11 +08:00
zhangchao c45ecde24f fix review 2021-11-06 17:03:18 +08:00
greenie-msft 80628d38f9
Merge branch 'v1.5' into new-stable-components-v1.5 2021-11-05 16:03:04 -07:00
yellow chicks 62589d0348
Update setup-pulsar.md 2021-11-06 07:00:43 +08:00
richgo 993a0e82c0
Update middleware-opa.md (#1833)
added body to struct and updated HTTPRequest docs to reflect.

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-11-05 11:07:59 -07:00
Sergey Krutsko d0dbd3fc37 version is optional 2021-11-05 11:22:37 +03:00
Sergey Krutsko 887a526959 add version field 2021-11-05 11:19:04 +03:00
Simon Leet 5aaa5ae62a Update MQTT docs
- Add missing `backOffMaxRetries` to metadata table and examples in MQTT bindings.
- Add missing `consumerID` to metadata table in MQTT bindings and pubsub.
- Clarify TLS metadata properties and examples in MQTT bindings and pubsub.
- Address Markdown linter issues.
- Minor edits for clarity.
2021-11-04 16:39:07 -07:00
Will 9295daa2cd
minor spacing change 2021-11-04 16:22:35 -07:00
Will Tsai 2e14892b68 cupdating for newly stable components 2021-11-04 16:19:52 -07:00
Bernd Verst e29e938067
Update azure-keyvault.md 2021-11-04 15:50:24 -07:00
Bernd Verst f62c78ab03 Microsoft Docs links should be language neutral 2021-11-04 15:12:01 -07:00
Will 9fe6222ea5
Merge branch 'dapr:v1.4' into ga-to-stable-edits 2021-11-04 14:46:25 -07:00
greenie-msft 7577ed0989
Merge branch 'v1.5' into ga-to-stable-edits 2021-11-04 14:44:43 -07:00
greenie-msft 108701a37b
Merge branch 'v1.5' into ga-to-stable-edits 2021-11-04 14:43:38 -07:00
greenie-msft 167df8543b
Merge branch 'v1.5' into v1.5 2021-11-04 14:37:46 -07:00
greenie-msft 81ed7cf5cb
Update cosmosdbgremlinapi.md 2021-11-04 14:30:11 -07:00
Artur Souza 01c41c556c
Update cosmosdbgremlinapi.md 2021-11-04 14:27:40 -07:00
greenie-msft a5409a2eb5
Merge branch 'v1.5' into feat_pubsub_rabbitmq_deadletter 2021-11-04 14:22:31 -07:00
greenie-msft 1695aead1d
Update setup-rabbitmq.md
Fix typo
2021-11-04 14:22:17 -07:00
Will Tsai e71fb975da changing some missed instances of GA to Stable 2021-11-04 14:18:26 -07:00
greenie-msft 7d41270d23
Merge branch 'v1.4' into patch-2 2021-11-04 14:09:16 -07:00
greenie-msft 1cab3a6559
Update cron.md
Change <NAME> to [NAME] to avoid Hugo from trying to interpolate HTML
2021-11-04 14:09:03 -07:00
Bernd Verst 9f39a48345
SQL Server IndexedProperties example
Provides correct example of SQL Server IndexedProperties

The existing example was syntactically wrong and could never have worked. This makes me question whether anyone has ever used this feature before.
2021-11-04 11:16:26 -07:00
Bernd Verst 465c5cd9f9
Update azure-keyvault.md 2021-11-04 11:03:13 -07:00
Bernd Verst 9aa98bb378
Add Managed Identity Instructions 2021-11-04 10:59:02 -07:00
Hossam Kandil 4fa39b6610
Merge branch 'v1.5' into v1.5 2021-11-04 20:37:17 +04:00
Hossam Kandil cb070a1d61 cosmosdbgremlinapi ouput binding 2021-11-04 19:17:21 +04:00
DarinShapiroMS f5cdf8941d
fixed typo in component yaml
The attribute "value" was spelled "vale"
2021-11-03 13:18:32 -07:00
yellow chicks 25e603070d
Merge branch 'v1.5' into feature/pubsub_pulsar0901 2021-10-30 11:09:25 +08:00
Hao Wu 17c16df9dd
Update daprdocs/content/en/reference/components-reference/supported-bindings/cron.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-30 10:32:39 +08:00
seachen ff3a4997a4 (v1.5)feature/pubsub: add delay queue params for pulsar 2021-10-30 08:22:25 +08:00
Artur Souza 8ceab600ef
Merge branch 'v1.5' into stable_criteria 2021-10-29 14:05:20 -07:00
zhangchao ee1a42b745 fix review 2021-10-29 09:23:13 +08:00
greenie-msft e7d22bf1b1
Merge branch 'v1.4' into azure-blob-storage-add-access-level 2021-10-28 14:44:15 -07:00
Hossam Kandil ff4ba2365a
removed unneeded alias 2021-10-29 01:15:48 +04:00
greenie-msft f6711c2218
Merge branch 'v1.5' into add_eventhubs_messageid 2021-10-28 13:45:11 -07:00
Phil Kedy c1b648b40e Adding consumeRetryInterval to example manifest 2021-10-28 13:27:55 -04:00
Phil Kedy 6f6c5b9c01 Adding consumeRetryInterval setting to the Kafka pubsub settings table 2021-10-28 12:05:46 -04:00
Simon Leet db2d662ad4 Add message-id to EventHubs components references 2021-10-27 10:40:40 -07:00
greenie-msft 1e916ddfef
Merge branch 'v1.5' into asb_queuename 2021-10-26 13:53:40 -07:00
Hossam Kandil c06c757953 Add content for Azure CosmosDB Graph dapr#1849 V1.5 2021-10-25 16:40:59 +04:00
Artur Souza 0680f429c3 New GA criteria. Rename GA to Stable. 2021-10-22 14:27:01 -07:00
Will Tsai 217becd6f1 Merge branch 'v1.4' into v1.5 2021-10-22 09:42:27 -07:00
Hao Wu 22ea0b39d2
Update daprdocs/content/en/reference/components-reference/supported-bindings/cron.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-22 13:08:26 +08:00
Hao Wu a2378a250c
Update daprdocs/content/en/reference/components-reference/supported-bindings/cron.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-22 13:08:11 +08:00
Hao Wu b1f6af10e4
Update daprdocs/content/en/reference/components-reference/supported-bindings/cron.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-22 13:08:05 +08:00
Ori Zohar c0d2f5f2e8
Merge branch 'v1.5' into asb_queuename 2021-10-20 08:22:30 -07:00
Hao Wu fabda714ad
Update cron.md 2021-10-20 23:01:54 +08:00
Donovan Brown 513d8c7630
Update setup-firestore.md
Fixed typo where the word should be Firestore not Firestone.
2021-10-17 18:08:35 -05:00
yellow chicks 7bef63b9d7
Merge branch 'v1.5' into feature/pubsub_pulsar0901 2021-10-15 18:53:28 -05:00
Will 36bb4e5c01
upmerge v1.4 into v1.5 (#1851)
* Closing issue #1410

* Update setup-sqlserver.md

Incorporating feedback

* Adding DaprCon card at top of main page

* Close i tag

* Bump runtime version references to 1.4.3 and supported versions table

* Fixing closing b tag

* Address PR review comments

* Corrected upgrade paths

* Update kubectl links

* Update supported versions table

Co-authored-by: Donovan Brown <dlb@dlbonline.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
2021-10-14 14:03:34 -07:00
Taction 5a85ff117a Add tls support for kafka pubsub component 2021-10-14 23:35:43 +08:00
Will Tsai 0c99c0eddd Merge branch 'v1.4' into v1.5 2021-10-12 11:33:20 -07:00
Ian Luo 70874e1e08
Merge branch 'v1.5' into feat_pubsub_rabbitmq_deadletter 2021-10-09 20:56:04 +08:00
Javier Vela 5edac2577f
Update daprdocs/content/en/reference/components-reference/supported-bindings/blobstorage.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
2021-10-09 05:57:46 +02:00
Hal Spang 49128bc142 Update Azure Service Bus Binding queue name param
Queue names are always forced to lowercase in Azure Service Bus. This
behavior should be documented.

https://github.com/dapr/docs/issues/1839
2021-10-08 17:23:24 -07:00
Ori Zohar d0fc1bdb29
Merge branch 'v1.5' into add_redis_username 2021-10-08 14:23:07 -07:00
greenie-msft ff32de3cf3
Merge branch 'v1.5' into cot 2021-10-08 14:17:55 -07:00
Taction 1d6bedc974 Add dead letter support for RabbitMQ pubsub 2021-10-08 22:01:24 +08:00
Javier Vela c0289eecb3 azure blob storage add publicAccessLevel param 2021-10-07 20:06:32 +02:00
Ori Zohar f2c610ba9c
Merge branch 'v1.5' into update-gcp-bucket 2021-10-06 15:26:59 -07:00
Mark Fussell 015f20850c
Update rabbitmq.md
Added 
- name: contentType
    value: "text/plain"
2021-10-06 15:15:03 -07:00
Donovan Brown 81cc4d7740
Update setup-sqlserver.md
Incorporating feedback
2021-10-01 17:31:47 -05:00
Donovan Brown 8c0eebc065 Closing issue #1410 2021-10-01 21:48:31 +00:00
Will Tsai e2a25a02e3 Merge branch 'v1.4' into v1.5
merge branch 'v1.4' into 'v1.5'
2021-10-01 11:32:30 -07:00
Taction f4f47f916b add redis username metadata 2021-10-01 22:40:02 +08:00
Javier Vela aec27433e9 Merge branch 'update-gcp-bucket' of https://github.com/fjvela/docs into update-gcp-bucket 2021-09-30 23:14:57 +02:00
Javier Vela 2c6a46e61e gcp bucket update MR comments 2021-09-30 23:13:09 +02:00
Long Dai 4fd4836674
Merge branch 'v1.4' into cot 2021-09-30 13:33:01 +08:00
Yaron Schneider 9c136bd05f
Merge branch 'v1.5' into update-gcp-bucket 2021-09-29 22:21:19 -07:00
Long dca5f3c17d bindings: support rabbitmq send any content types
Signed-off-by: Long <long.dai@intel.com>
2021-09-26 09:14:45 +00:00
Javier Vela df1d8e7d66 azure queue add missing param decodeBase64 2021-09-24 02:24:34 +02:00
Joni Collinge a6279eca75 add note on message id 2021-09-19 08:48:17 +01:00
Joni Collinge f2b362020f use query params not headers 2021-09-19 08:20:47 +01:00
Joni Collinge 3ac50e5786 improve consistency 2021-09-19 08:12:58 +01:00
Joni Collinge 0df864472f add asb metadata docs 2021-09-19 08:05:56 +01:00
Simon Leet 9a30f4a980
Fix typo in setup-sqlserver.md (#1794)
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-09-16 21:30:40 -07:00
Javier Vela 1582c605b0 gcp bucket update 2021-09-15 21:11:16 +02:00
greenie-msft e2f7b3c2e8
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-blobstorage.md
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-09-14 15:10:11 -07:00
Ori Zohar c0dc9944ec
Merge branch 'v1.4' into fix-1755 2021-09-14 14:36:29 -07:00
Nick Greenfield 0912131c21 Remove "we" language 2021-09-14 14:24:23 -07:00
yaron2 d7ecde69a6 add index 2021-09-14 12:10:48 -07:00
yaron2 104bef1eb1 add in-memory pub/sub component 2021-09-14 12:10:18 -07:00
greenie-msft 845a4d77c9
fix style/tone 2021-09-14 12:09:10 -07:00
ItalyPaleAle 57af58d496
Updated the Azure Blob Storage state store doc 2021-09-10 12:22:50 -07:00
Alessandro (Ale) Segala 801044873c
Merge branch 'v1.4' into fix-1755 2021-09-10 11:55:21 -07:00
ItalyPaleAle e14f93b3d3
Improvements and fixes 2021-09-10 11:53:31 -07:00
Ori Zohar 0e92bc05dd
Merge branch 'v1.4' into alicloudstore 2021-09-10 08:58:35 -07:00
Yaron Schneider 37242608a9
Update _index.md 2021-09-10 08:55:43 -07:00
yaron2 b7d1f4133f add dynamodb clarification 2021-09-10 08:54:08 -07:00
yaron2 eb3a125d10 add unclosed shortcode brackets 2021-09-10 08:24:57 -07:00
yaron2 85feab4c85 fix 2021-09-09 20:06:48 -07:00
Alessandro (Ale) Segala 891d08cdc8 Updated the AKV document and fixed the Azure auth document 2021-09-09 18:09:45 -07:00
Alessandro (Ale) Segala e5016a62af Added doc for common Azure auth layer 2021-09-09 17:29:38 -07:00
yaron2 cd425f75b2 add alicloud tablestore docs 2021-09-09 16:33:50 -07:00
Ori Zohar 33825ded08
Merge branch 'v1.4' into kafka_initial_offset_setting 2021-09-08 16:10:33 -07:00
Ori Zohar e22b887b4c
Merge branch 'v1.4' into v1.4 2021-09-08 15:38:42 -07:00
Ori Zohar a4ffabcbfc
Merge branch 'v1.4' into add-jetstream 2021-09-08 15:32:12 -07:00
Yaron Schneider f2a90198e8
Merge branch 'v1.3' into feature/pubsub_pulsar0901 2021-09-07 17:27:54 -07:00
Yaron Schneider 3ec658ac62
Merge branch 'v1.4' into binding-s3-update 2021-09-07 10:29:10 -07:00
Javier Vela fb9f410cfd S3 fix encodeBase64 option to encoode data respose in base64 2021-09-07 19:22:57 +02:00
Javier Vela 381bddf0aa Merge branch 'binding-s3-update' of https://github.com/fjvela/docs into binding-s3-update 2021-09-07 18:28:59 +02:00
Javier Vela eed54f2d9a S3 add encodeBase64 option to encoode data respose in base64 2021-09-07 18:27:10 +02:00
Phil Kedy 4fac40d4ed Adding setting documentation for `initialOffset` in the Kafka components 2021-09-02 18:29:02 -04:00
Jaime Piña b5781de009
Add JetStream doc 2021-09-02 15:27:42 -07:00
Ori Zohar 7000f2e4c1
Merge branch 'v1.4' into v1.4 2021-09-02 14:20:26 -07:00
Nick Greenfield 5d485f9c12 Merge branch 'v1.3' into v1.4 2021-09-02 13:09:10 -07:00
seachen af74fe41bd Merge branch 'feature/pubsub_pulsar0901' of https://github.com/1046102779/docs into feature/pubsub_pulsar0901 2021-09-02 10:09:00 +08:00
seachen 0abbfe9010 feature/pubsub: add delay queue params for pulsar 2021-09-02 10:08:53 +08:00
Yaron Schneider 78ac53cb6b
Merge branch 'v1.4' into binding-s3-update 2021-09-01 11:31:24 -07:00
Luke Kennedy 70f2e1e436 Document new configuration value for GCP Pub/Sub 2021-09-01 14:59:04 +10:00
yellow chicks c4fecc12cf
Update setup-pulsar.md 2021-09-01 10:39:18 +08:00
seachen 032b2b08ba feature/pubsub: add delay queue params for pulsar 2021-09-01 10:37:51 +08:00
Nick Greenfield a4539734d2 Fix spelling of "Event Hubs" 2021-08-31 16:52:59 -07:00
Will Tsai 36068352bc Merge branch 'v1.3' into v1.4 2021-08-27 11:39:47 -07:00
Ori Zohar 218d69cb39
Merge branch 'v1.4' into binding-aws-ses 2021-08-26 13:40:43 -07:00
Phil Kedy a66f923bc6
Merge branch 'v1.4' into local_secret_store_multivalued_1733 2021-08-25 14:14:58 -04:00
Phil Kedy 38f7a24f62 Adding more detail on how flattened values work when multiValued = true. 2021-08-25 14:14:48 -04:00
Phil Kedy 370140a8a6 Adding "This component supports both **input and output** binding interfaces." to the GCP pubsub binding. 2021-08-25 13:51:53 -04:00
Donovan Brown bffad119f8
Update setup-mysql.md
Closing issue #1399
2021-08-25 09:06:09 -05:00
Ori Zohar 73c00f04e2 Merge branch 'v1.3' into upmerge-v1.4-20210820 2021-08-20 14:47:44 -07:00
Phil Kedy bee16434d2 Mentioning multi-valued secret support for local file secret store. 2021-08-20 12:36:10 -04:00
Ori Zohar a5e464def9
Merge branch 'v1.3' into wn 2021-08-19 14:20:44 -07:00
Long cbdab00bad clean up all whitenoise
Signed-off-by: Long <long0dai@foxmail.com>
2021-08-19 14:27:06 +00:00
Simon Leet 1bf2d215e9 Fix casing typo in OPA rego example for Authorization 2021-08-18 15:41:50 -07:00
Javier Vela 76b0a7d714 Merge branch 'binding-aws-ses' of https://github.com/fjvela/docs into binding-aws-ses 2021-08-17 06:05:20 +02:00
Javier Vela 0af1a6425f binding AWS SES: fix case sensitive fields emailCc and emailBcc 2021-08-17 06:02:54 +02:00
Javier Vela 87aca4a601 update S3 binding 2021-08-16 11:22:08 +02:00
Javier Vela d69d2c17ab
Merge branch 'v1.4' into binding-aws-ses 2021-08-14 05:27:09 +02:00
Bernd Verst 7cd99bb1c3 Rewording global Redis TTL 2021-08-11 13:46:07 -07:00
Javier Vela 63a6b4732e
updated binding smtp doc: added priority option (#1666)
* updated binding smtp doc: added priority option

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

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

Co-authored-by: Ori Zohar <orzohar@microsoft.com>

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-08-11 10:08:02 -07:00
Bernd Verst 43643606e9
Add global TTL option for Redis
This is to document the new global TTL option for Redis
Implemented in https://github.com/dapr/components-contrib/pull/1059 for issue https://github.com/dapr/components-contrib/issues/1060
2021-08-09 20:20:40 -07:00
Nick Greenfield fb438dae44 Merge branch 'v1.2' into v1.3 2021-07-26 10:41:09 -07:00
Ori Zohar 04eaa56273 Changing phrasing to default k8s secret store explanation 2021-07-21 09:55:02 -07:00
Ori Zohar facdd5904e
Merge branch 'v1.3' into v1.3 2021-07-22 16:55:44 -07:00
Ori Zohar af4eead233
Update daprdocs/content/en/reference/components-reference/supported-secret-stores/kubernetes-secret-store.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-21 14:54:43 -07:00
Taction f589a6d6f6
add rabbitmq backoff (#1595)
* add rabbitmq backoff

* add introduction

* fix format

* Provide units in row for every time based param.

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-21 12:26:20 -07:00
Bernd Verst 07d871a98a
Merge branch 'dapr:v1.3' into v1.3 2021-07-21 12:26:00 -07:00
Bernd Verst 6eacfa9424
Document State Store Support for TTL (#1626)
* Document Support for TTL support in state stores

* Fix table

* State Store TTL concept page

* add links to column headers

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-store-ttl.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-store-ttl.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-store-ttl.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-store-ttl.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-20 09:28:35 -07:00
Javier Vela f5f62466df binding AWS SES: support multiple email 2021-07-18 20:41:26 +02:00
Javier Vela b741e6bc84 updated binding smtp doc: added AWS SES 2021-07-18 20:41:25 +02:00
Ori Zohar 8a94c97a70
Merge branch 'v1.3' into v1.3 2021-07-16 13:56:32 -07:00
Ori Zohar 20e81cc5fd Merge branch 'v1.3' of https://github.com/berndverst/docs into v1.3 2021-07-16 13:35:23 -07:00
Ori Zohar fc7bf4c7a3 Addressing PR comments 2021-07-16 13:35:13 -07:00
Simon Leet edfd74eaa3 Update Kafka pubsub & bindings component specs
- Add missing `ConsumerGroup` and `ClientID` metadata properties to
  Kafka pubsub component spec.
- Converged documentation of common properties between Kafka pubsub and
  bindings components.
- Changed default use of `saslPassword` property to `secretKeyRef`
  instead of insecure plaintext string in sample yaml.
- Cleaned up markdown lint issues in Kafka component specs.
2021-07-16 11:47:02 -07:00
Ori Zohar 23e1704847
Merge branch 'v1.3' into v1.3 2021-07-16 11:34:53 -07:00
Long Dai 0b41e17c31 fix some typo
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-07-16 01:05:21 -07:00
Ori Zohar d6cf187a1e Merging latest changes from v1.2 to v1.3 2021-07-15 13:52:53 -07:00
Ori Zohar 9735903322
Merge branch 'v1.3' into add-doc-for-metadata-retrieval 2021-07-15 08:50:55 -07:00
Bernd Verst 2b6c3fa34d
Merge branch 'v1.3' into v1.3 2021-07-14 15:18:37 -07:00
Ori Zohar 1f4087802a
Merge branch 'v1.3' into v1.3 2021-07-14 11:35:59 -07:00
Aaron Crawfis 8961054109
Merge branch 'v1.3' into v1.3 2021-07-13 19:09:35 -07:00
Aaron Crawfis f8de34e391
Merge branch 'v1.2' into patch-1 2021-07-13 19:08:48 -07:00
Aaron Crawfis de41dcb449
Merge branch 'v1.3' into add-doc-for-metadata-retrieval 2021-07-13 19:07:57 -07:00
Ori Zohar 23c31c2316
Fixing link (#1641) 2021-07-13 19:04:56 -07:00
Simon Leet 88b39b99d9 Update EventHubs bindings/pubsub docs with supported Azure IoT Hub properties 2021-07-13 16:45:31 -07:00
Ori Zohar 99e5bea584
Merge branch 'v1.3' into v1.3 2021-07-13 16:39:08 -07:00
Long Dai 86449a219c
azure-keyvault: support all foramt for keyvault (#1598)
* azure-keyvalut: support all foramt for keyvault

Signed-off-by: Long Dai <long0dai@foxmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-12 09:08:08 -07:00
Christian.Kaps 5672404113 Add list doc and align doc with latest changes 2021-07-12 12:21:16 +02:00
kshitijcode 5ed7836c17
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-10 10:06:42 +05:30
amirmm11 608ac46a63
Update daprdocs/content/en/reference/components-reference/supported-bindings/graghql.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-09 13:25:25 -07:00
amirmm11 4be7dbc174
Update graghql.md 2021-07-09 10:44:47 -07:00
kshitijcode 0d71c00cf3
Add information to create a database named 'daprStore' in case no databaseName is specified as Dapr Mongo Component defaults to `daprStore`
Add information to create a database named 'daprStore' in case no databaseName is specified as Dapr Mongo Component defaults to `daprStore`
2021-07-09 13:41:28 +05:30
amirmm11 1afdf6185d
Create graghql.md 2021-07-08 17:51:18 -07:00
amirmm11 2ad4a8bef6
Update _index.md 2021-07-08 17:50:05 -07:00
amirmm11 891ff8470c
Update _index.md 2021-07-08 17:49:20 -07:00
Aaron Crawfis e90208ea7a
Upmerge/0708 (#1624)
* Supported Release Info and Upgrade Path for v1.2 (#1494)

* Supported Release Info and Upgrade Path for v1.2

* Update support-release-policy.md

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Adding K8s versions table (#1521)

* Adding table of kubernetes versions

* Updating intro

* Fix incorrect postgresql connection string example (#1524)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update docs on using Codespaces with Dapr repos (#1522)

* Update docs on using Codespaces with Dapr repos

* Move codespaces.md under the Contributing topic

* Update daprdocs/content/en/contributing/codespaces.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix two typos (#1526)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update chinese content (#1527)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Updated to fix deprecated helm chart location (#1528)

The `https://kubernetes-charts.storage.googleapis.com/` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* nr_consul_typo fixed malformed yaml (#1532)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix typo in azure-keyvault-managed-identity.md (#1541)

* Fix custom middleware sample code interface implementation error (#1539)

Fix custom middleware sample code interface implementation error, interface function declare error.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix the file name of secrets json (#1546)

* Tech writing touch-ups (#1555)

* Tech writing touch-ups (#1556)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1557)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1558)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1560)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1559)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Ignore intellij link that isn't resolvable (#1564)

* Update issue templates (#1563)

* Update issue templates

* Add needs-triage

* Updating PubSub documentation to remove slave wording (#1565)

* Updating PubSub documentation to remove slave

Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.

* Removing more instances of Redis slave naming

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Actor Runtime Configuration Docs (#1495)

* Actor Runtime Configuration Docs

Addresses #1470

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* add configuration examples

* configuration examples

* Fix syntax

* Add dotnet sample

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fixed GCP Pub/Sub Binding required fields (#1578)

* aacrawfi/middlware (#1567)

* Move and update middleware components

* Update middleware docs structure

* Combine middleware pages

* Update middleware references

* Update middleware image

* Fix incorrect curl syntax in Actors API examples (#1577)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix link at api-allowlist.md (#1574)

Fix link at api-allowlist.md to Dapr Configuration overview

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Add language that only a single state store component can be used for actors state mangement (#1579)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* fix: cron format (#1581)

* Updated name resolution docs (#1576)

* Add consul references

* Fix typo

Add a missing word

* Clarify state management examples

* Added table to show Kubernetes options

When I read this doc it was unclear that the cert could be provided as a secret. The only table on the original version showed `spnCertificateFile` as a required option. I added a second table to make it clear that in Kubernetes there is a `spnCertificate` option that does not require a file on disk.

* incorporating feedback

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

* Fix self-hosted docs

* Remove name-resolution reference

* Add other name resolution providers

* Update service invocation docs

* Remove whitespace

* Update service-invocation-overview.md

Fixed typo and added a sentence on Consul

* Update setup-nr-consul.md

Minor updates

* Address comments

* Fix code formatting

Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

* Fix broken url in docs (#1599)

## Summary

Easy navigation and easy reading for others

* Dapr roadmap page (#1593)

* Add Dapr Roadmap doc

* Change format of project column to use cards

* Update docsy theme

* Use card codes for Roadmap page

* Update toc issue

* Update packages

* Update image and switch to page bundle

* Move into contributing

* Add note on v1.2

Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>

* Add shortcode to embed sections of code files (#1596)

* Add code snippet shortcode

* Add docs on shortcode

* V1.2 python SDKDocs update - client (#1553)

* Committing lock file for active doc changes

* Revert "Committing lock file for active doc changes"

This reverts commit 4fee3a4f16.

* Subproject commit to SDK files

* Updated Examples link to point to current branch

* Fixes #1551 python sdk examples

* Merging changes with branch

* Syncing python SDKdocs with daprdocs

* updating submodule commit with correct synced hash

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>

* Remove visible <b> (#1602)

Signed-off-by: Long Dai <long0dai@foxmail.com>

* Comment out all optional destructive parameters (#1604)

* Remove "http" code type from health_api.md (#1610)

Looking at this page, this line was highlighted.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Remove "http" code type from metadata_api.md (#1611)

Looking at this page, this line was highlighted.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix typo of "the" (#1616)

the the -> the

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix a link to "Next steps" (#1617)

A link description was broken.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Bump glob-parent from 5.1.1 to 5.1.2 in /daprdocs (#1618)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Clarify shared access policy (#1621)

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
Co-authored-by: Ricardo Niepel <RicardoNiepel@users.noreply.github.com>
Co-authored-by: Abhith Rajan <Abhith@users.noreply.github.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: SaintMalik <37118134+saintmalik@users.noreply.github.com>
Co-authored-by: Nick Greenfield <nigreenf@microsoft.com>
Co-authored-by: Paul Yuknewicz <paulyuk@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Long Dai <long0dai@foxmail.com>
Co-authored-by: Ryuji Iwata <qt.luigi@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08 10:14:36 -07:00
Aaron Crawfis 69035945f6
Clarify shared access policy (#1621) 2021-07-08 10:06:40 -07:00
Simone Banchieri 9b2bb23fab
hashicorp-vault include vaultKVUsePrefix setting (#1543)
* hashicorp-vault include vaultKVUsePrefix setting

as per pull request https://github.com/dapr/components-contrib/pull/929

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/hashicorp-vault.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update hashicorp-vault.md

added detail for new field

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-07-08 09:55:17 -07:00
Christian.Kaps a88a0ac391 Add doc for blob storage metadata retrieval 2021-07-07 11:12:18 +02:00
Bernd Verst 1cb666dc18 document kubernetes secret store 2021-07-06 18:46:40 -07:00
Aaron Crawfis c28cbcdc2a
Comment out all optional destructive parameters (#1604) 2021-07-06 10:53:01 -07:00
Aaron Crawfis 55d9123cfe
upmerge/06-24 (#1588)
* Supported Release Info and Upgrade Path for v1.2 (#1494)

* Supported Release Info and Upgrade Path for v1.2

* Update support-release-policy.md

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Adding K8s versions table (#1521)

* Adding table of kubernetes versions

* Updating intro

* Fix incorrect postgresql connection string example (#1524)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update docs on using Codespaces with Dapr repos (#1522)

* Update docs on using Codespaces with Dapr repos

* Move codespaces.md under the Contributing topic

* Update daprdocs/content/en/contributing/codespaces.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix two typos (#1526)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update chinese content (#1527)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Updated to fix deprecated helm chart location (#1528)

The `https://kubernetes-charts.storage.googleapis.com/` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* nr_consul_typo fixed malformed yaml (#1532)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix typo in azure-keyvault-managed-identity.md (#1541)

* Fix custom middleware sample code interface implementation error (#1539)

Fix custom middleware sample code interface implementation error, interface function declare error.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix the file name of secrets json (#1546)

* Tech writing touch-ups (#1555)

* Tech writing touch-ups (#1556)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1557)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1558)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1560)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1559)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Ignore intellij link that isn't resolvable (#1564)

* Update issue templates (#1563)

* Update issue templates

* Add needs-triage

* Updating PubSub documentation to remove slave wording (#1565)

* Updating PubSub documentation to remove slave

Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.

* Removing more instances of Redis slave naming

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Actor Runtime Configuration Docs (#1495)

* Actor Runtime Configuration Docs

Addresses #1470

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* add configuration examples

* configuration examples

* Fix syntax

* Add dotnet sample

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fixed GCP Pub/Sub Binding required fields (#1578)

* aacrawfi/middlware (#1567)

* Move and update middleware components

* Update middleware docs structure

* Combine middleware pages

* Update middleware references

* Update middleware image

* Fix incorrect curl syntax in Actors API examples (#1577)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix link at api-allowlist.md (#1574)

Fix link at api-allowlist.md to Dapr Configuration overview

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Add language that only a single state store component can be used for actors state mangement (#1579)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* fix: cron format (#1581)

* Updated name resolution docs (#1576)

* Add consul references

* Fix typo

Add a missing word

* Clarify state management examples

* Added table to show Kubernetes options

When I read this doc it was unclear that the cert could be provided as a secret. The only table on the original version showed `spnCertificateFile` as a required option. I added a second table to make it clear that in Kubernetes there is a `spnCertificate` option that does not require a file on disk.

* incorporating feedback

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

* Fix self-hosted docs

* Remove name-resolution reference

* Add other name resolution providers

* Update service invocation docs

* Remove whitespace

* Update service-invocation-overview.md

Fixed typo and added a sentence on Consul

* Update setup-nr-consul.md

Minor updates

* Address comments

* Fix code formatting

Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
Co-authored-by: Ricardo Niepel <RicardoNiepel@users.noreply.github.com>
Co-authored-by: Abhith Rajan <Abhith@users.noreply.github.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
2021-06-24 17:50:12 -07:00
Taction cb0335f549
add more redis config (#1509)
* add more redis config

* Supported Release Info and Upgrade Path for v1.2 (#1494)

* Supported Release Info and Upgrade Path for v1.2

* Update support-release-policy.md

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Adding K8s versions table (#1521)

* Adding table of kubernetes versions

* Updating intro

* Fix incorrect postgresql connection string example (#1524)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update docs on using Codespaces with Dapr repos (#1522)

* Update docs on using Codespaces with Dapr repos

* Move codespaces.md under the Contributing topic

* Update daprdocs/content/en/contributing/codespaces.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix two typos (#1526)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update chinese content (#1527)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Updated to fix deprecated helm chart location (#1528)

The `https://kubernetes-charts.storage.googleapis.com/` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* nr_consul_typo fixed malformed yaml (#1532)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix typo in azure-keyvault-managed-identity.md (#1541)

* Fix custom middleware sample code interface implementation error (#1539)

Fix custom middleware sample code interface implementation error, interface function declare error.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix the file name of secrets json (#1546)

* Tech writing touch-ups (#1555)

* Tech writing touch-ups (#1556)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1557)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1558)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1560)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1559)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Ignore intellij link that isn't resolvable (#1564)

* Update issue templates (#1563)

* Update issue templates

* Add needs-triage

* Updating PubSub documentation to remove slave wording (#1565)

* Updating PubSub documentation to remove slave

Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.

* Removing more instances of Redis slave naming

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Actor Runtime Configuration Docs (#1495)

* Actor Runtime Configuration Docs

Addresses #1470

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* add configuration examples

* configuration examples

* Fix syntax

* Add dotnet sample

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2021-06-24 17:04:48 -07:00
Aaron Crawfis 231b0e8fb3
Updated name resolution docs (#1576)
* Add consul references

* Fix typo

Add a missing word

* Clarify state management examples

* Added table to show Kubernetes options

When I read this doc it was unclear that the cert could be provided as a secret. The only table on the original version showed `spnCertificateFile` as a required option. I added a second table to make it clear that in Kubernetes there is a `spnCertificate` option that does not require a file on disk.

* incorporating feedback

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

* Fix self-hosted docs

* Remove name-resolution reference

* Add other name resolution providers

* Update service invocation docs

* Remove whitespace

* Update service-invocation-overview.md

Fixed typo and added a sentence on Consul

* Update setup-nr-consul.md

Minor updates

* Address comments

* Fix code formatting

Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-06-23 14:18:49 -07:00
Abhith Rajan c227603a13
fix: cron format (#1581) 2021-06-21 09:21:31 -07:00
Aaron Crawfis 5bee1dae16
aacrawfi/middlware (#1567)
* Move and update middleware components

* Update middleware docs structure

* Combine middleware pages

* Update middleware references

* Update middleware image
2021-06-18 13:59:24 -07:00
greenie-msft 93eb5fa15a
Fixed GCP Pub/Sub Binding required fields (#1578) 2021-06-18 13:54:14 -07:00
Dmitry Shmulevich ac276fc792
Update MongoDB state store component documentation (#1571) 2021-06-18 10:51:28 -07:00
Christian Kaps ca63a62768
Update Zeebe to version 1.0 (#1486)
* Update Zeebe to version 1.0

* Supported Release Info and Upgrade Path for v1.2 (#1494)

* Supported Release Info and Upgrade Path for v1.2

* Update support-release-policy.md

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Add documentation for the job related metadata and custom headers

* Adding K8s versions table (#1521)

* Adding table of kubernetes versions

* Updating intro

* Fix incorrect postgresql connection string example (#1524)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update docs on using Codespaces with Dapr repos (#1522)

* Update docs on using Codespaces with Dapr repos

* Move codespaces.md under the Contributing topic

* Update daprdocs/content/en/contributing/codespaces.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix two typos (#1526)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update chinese content (#1527)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Updated to fix deprecated helm chart location (#1528)

The `https://kubernetes-charts.storage.googleapis.com/` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* nr_consul_typo fixed malformed yaml (#1532)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix typo in azure-keyvault-managed-identity.md (#1541)

* Fix custom middleware sample code interface implementation error (#1539)

Fix custom middleware sample code interface implementation error, interface function declare error.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix the file name of secrets json (#1546)

* Tech writing touch-ups (#1555)

* Tech writing touch-ups (#1556)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1557)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1558)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1560)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1559)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Ignore intellij link that isn't resolvable (#1564)

* Update issue templates (#1563)

* Update issue templates

* Add needs-triage

* Updating PubSub documentation to remove slave wording (#1565)

* Updating PubSub documentation to remove slave

Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.

* Removing more instances of Redis slave naming

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2021-06-16 13:47:29 -07:00
Aaron Crawfis 2a25c20812
Upmerge/6 16 (#1570)
* Supported Release Info and Upgrade Path for v1.2 (#1494)

* Supported Release Info and Upgrade Path for v1.2

* Update support-release-policy.md

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Adding K8s versions table (#1521)

* Adding table of kubernetes versions

* Updating intro

* Fix incorrect postgresql connection string example (#1524)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update docs on using Codespaces with Dapr repos (#1522)

* Update docs on using Codespaces with Dapr repos

* Move codespaces.md under the Contributing topic

* Update daprdocs/content/en/contributing/codespaces.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix two typos (#1526)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update chinese content (#1527)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Updated to fix deprecated helm chart location (#1528)

The `https://kubernetes-charts.storage.googleapis.com/` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* nr_consul_typo fixed malformed yaml (#1532)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix typo in azure-keyvault-managed-identity.md (#1541)

* Fix custom middleware sample code interface implementation error (#1539)

Fix custom middleware sample code interface implementation error, interface function declare error.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix the file name of secrets json (#1546)

* Tech writing touch-ups (#1555)

* Tech writing touch-ups (#1556)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1557)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1558)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1560)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Tech writing touch-ups (#1559)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Ignore intellij link that isn't resolvable (#1564)

* Update issue templates (#1563)

* Update issue templates

* Add needs-triage

* Updating PubSub documentation to remove slave wording (#1565)

* Updating PubSub documentation to remove slave

Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.

* Removing more instances of Redis slave naming

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Actor Runtime Configuration Docs (#1495)

* Actor Runtime Configuration Docs

Addresses #1470

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* add configuration examples

* configuration examples

* Fix syntax

* Add dotnet sample

* Update daprdocs/content/en/developing-applications/building-blocks/actors/howto-actors.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Co-authored-by: Antonio Fiumanò <antoniofiumano@outlook.com>
Co-authored-by: li1234yun <li1234yun@163.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: voipengineer <voipengineer@users.noreply.github.com>
Co-authored-by: Evan Simkowitz <esimkowitz@users.noreply.github.com>
2021-06-16 13:42:37 -07:00
Antonio Fiumanò 6cb10b7de6
Fix typo in azure-keyvault-managed-identity.md (#1541) 2021-06-07 10:15:59 -07:00
Aaron Crawfis 2261b1c2f9
Upmerge2 06 03 (#1536)
* Supported Release Info and Upgrade Path for v1.2 (#1494)

* Supported Release Info and Upgrade Path for v1.2

* Update support-release-policy.md

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Adding K8s versions table (#1521)

* Adding table of kubernetes versions

* Updating intro

* Fix incorrect postgresql connection string example (#1524)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update docs on using Codespaces with Dapr repos (#1522)

* Update docs on using Codespaces with Dapr repos

* Move codespaces.md under the Contributing topic

* Update daprdocs/content/en/contributing/codespaces.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Fix two typos (#1526)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update chinese content (#1527)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Updated to fix deprecated helm chart location (#1528)

The `https://kubernetes-charts.storage.googleapis.com/` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* nr_consul_typo fixed malformed yaml (#1532)

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

Co-authored-by: Bernd Verst <berndverst@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Zonciu Liang <zonciu@zonciu.com>
Co-authored-by: Simon Leet <31784195+CodeMonkeyLeet@users.noreply.github.com>
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Co-authored-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
2021-06-03 10:25:39 -07:00
Abdulaziz Elsheikh a573434a29
nr_consul_typo fixed malformed yaml (#1532)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:43:27 -07:00
Steven Jenkins De Haro 993cf5e2a2
Updated to fix deprecated helm chart location (#1528)
The `https://kubernetes-charts.storage.googleapis.com/` location is no longer used, so this change updates this, the command to install, and the missing update step that will cause the install to fail if an update was never done after adding the location.

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:41:17 -07:00
Maarten Mulders e6b27718c1
Fix two typos (#1526)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:32:29 -07:00
Zonciu Liang 6180edfc2f
Fix incorrect postgresql connection string example (#1524)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-02 17:24:29 -07:00
Aaron Crawfis 620900df45 Merge branch 'v1.1' into upmerge/05-26 2021-05-26 17:54:51 -07:00
Aaron Crawfis 5a897cad24
Remove Nacos and RocketMQ (#1511)
* Remove RocketMQ and Nacos

* Update dependencies
2021-05-24 20:26:52 -07:00
Long Dai fe1ab8eb61
docs: clean up white noise (#1491)
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-05-21 13:21:55 -07:00
捡龙眼 5e3071795d
Add Alibaba Cloud DingTalk Webhook binding doc (#1407)
* Add AliCloud DingTalk binding doc

* Add Alibaba Cloud DingTalk Webhook binding doc

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: cinience <cinience@qq.com>
2021-05-17 05:43:02 -07:00
捡龙眼 e6d97b949d
Add Alibaba Cloud RocketMQ binding doc (#1406)
* Add AliCloud RocketMQ binding doc

* Add Alibaba Cloud RocketMQ pubsub Doc

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 05:37:28 -07:00
捡龙眼 04a82294d6
Add Alibaba Cloud RocketMQ pubsub Doc (#1405)
* Add AliCloud RocketMQ pubsub Doc

* Add Alibaba Cloud RocketMQ pubsub Doc

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 05:33:32 -07:00
捡龙眼 248d1ef232
Add Alibaba Cloud Nacos binding Doc (#1401)
* Add AliCloud Nacos binding Doc

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

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

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

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

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-05-17 05:28:35 -07:00
Abdulaziz Elsheikh 6cc65304a1
Consul name resolution docs (#1443)
* nr_consul added nameresolution in component reference, add consul setup guide

* nr_consul renamed file so it is unique

* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/_index.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/setup-nr-consul.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/setup-nr-consul.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/setup-nr-consul.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* nr_consul header fix

* Apply suggestions from code review

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* nr_consul fixed incorrect ref

* nr_consul added examples to docs

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-05-17 05:24:44 -07:00
Nil ddda38f714
fix typo (#1467) 2021-05-10 08:35:33 -07:00
Taction 37f0b4d098
Pubsub rabbitmq deletedWhenUnused default vaule is true (#1459)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-07 10:38:02 -07:00
Aaron Crawfis c83b62396d
Upmerge 2021 05 03 (#1457)
* Added table to show Kubernetes options

When I read this doc it was unclear that the cert could be provided as a secret. The only table on the original version showed `spnCertificateFile` as a required option. I added a second table to make it clear that in Kubernetes there is a `spnCertificate` option that does not require a file on disk.

* incorporating feedback

* Update concepts and add terminology page

* Add note on gRPC

* Update concepts docs

* Fix typo

Add a missing word

* Clarify state management examples

* Add info on reporting security issues

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

* Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md

* Fix self-hosted docs

* Remove name-resolution reference

* Simplify options

* Update components-concept.md

* Update configuration-concept.md

* Update overview.md

* Update terminology.md

* fix pulsar pubsub conponent metadata fields enableTLS to not required

* Fix self-hosted description

* clarify integrations

* Removed duplicate word

Removed additional "are"

* Don't mark as stale if waiting on code pr

Co-authored-by: Donovan Brown <dbrown@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Esteban Luchsinger <eluchsingerm@hotmail.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: zhangchao <zchao9100@gmail.com>
2021-05-04 10:38:23 -07:00
Aaron Crawfis 10a5d677e7
Merge branch 'v1.2' into feature/add_maxlen_to_redis_pubsub 2021-04-30 11:25:58 -07:00
zhangchao 07ef271f40 fix pulsar pubsub conponent metadata fields enableTLS to not required 2021-04-29 21:22:56 +08:00
Aaron Crawfis 9051058b1a
Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md 2021-04-28 09:06:33 -07:00
Aaron Crawfis 77973dc4e0
Update daprdocs/content/en/reference/components-reference/supported-secret-stores/azure-keyvault.md 2021-04-28 09:06:26 -07:00
Donovan Brown f48fef4f88
Merge branch 'v1.1' into patch-4 2021-04-26 20:16:31 -05:00
zhangchao f3044acc99 Add maxLen for redis pubsub componet 2021-04-25 21:15:10 +08:00
Christian Kaps e99ba61a6a
Update daprdocs/content/en/reference/components-reference/supported-bindings/zeebe-jobworker.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-04-24 12:47:58 +02:00
Christian Kaps 0a353e8a6d
Update daprdocs/content/en/reference/components-reference/supported-bindings/zeebe-command.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-04-24 12:47:50 +02:00
Christian.Kaps dffa1b3106 Add documentation for the Zeebe bindings 2021-04-23 08:28:07 +02:00
Ori Zohar 98ab13da78 Latest changes from v1.1 2021-04-22 13:38:06 -07:00
Aaron Crawfis 02fdcd2770
Merge branch 'v1.1' into patch-4 2021-04-19 19:46:55 -07:00
Aaron Crawfis 147a81aa71
Merge branch 'v1.2' into feature/add_redis_cluster_mode_for_pubsub 2021-04-19 19:42:06 -07:00
Aaron Crawfis da80e4d4e0 Add actor state support information to SQL 2021-04-19 19:38:16 -07:00
zhangchao 13d8a1a91b add redis cluster mode for pubsub 2021-04-17 15:14:54 +08:00
Aaron Crawfis f69e0358d2
Merge branch 'v1.1' into asb_publish_retry_settings_1411 2021-04-16 14:50:29 -07:00
Phil Kedy ddc3e08ce5 Adding Azure Service Bus publish retry settings 2021-04-16 14:49:21 -04:00
Daniel Beall 6ab16d9560 Update Azure Blob state component documentation. 2021-04-16 02:41:55 +00:00
Aaron Crawfis e990781af0 Update link to kafka installation 2021-04-14 15:47:25 -07:00
Aaron Crawfis ff76fb6faf
Merge branch 'v1.1' into patch-4 2021-04-14 12:55:04 -07:00
Aaron Crawfis c8009fe650
Merge branch 'v1.1' into delete-azure-blob-binding 2021-04-14 11:41:07 -07:00
fabistb ce23a2511b change Delete Blob to Delete blob 2021-04-14 20:16:45 +02:00
fabistb 80786d1c33 add missing space 2021-04-13 23:32:17 +02:00
Donovan Brown fc52caf58b Merge remote-tracking branch 'upstream/v1.1' into patch-4 2021-04-13 12:15:20 -05:00
fabistb db86e59f56 add delete operation to azure blob storage 2021-04-11 20:54:10 +02:00
Trond Hindenes 98d0d307d3 Added a bit more of a cert string to show intended use 2021-04-10 00:04:52 +02:00
Trond Hindenes 9012ca09af Fix table formatting 2021-04-10 00:00:42 +02:00
Trond Hindenes 2383f01a4b updated gcp pubsub with v1.1 options 2021-04-09 23:56:28 +02:00
Ori Zohar ba2ef482db Latest changes of components structure included 2021-04-09 14:09:26 -07:00
Aaron Crawfis 436d10a494 Update bindings title 2021-04-09 13:45:17 -07:00
Aaron Crawfis d3b9eaba77 Update titles to put component type first 2021-04-09 13:44:17 -07:00
Aaron Crawfis bbd2d18b3a Move component specs into reference section 2021-04-09 12:56:14 -07:00