Commit Graph

54 Commits

Author SHA1 Message Date
Ori Zohar 23c31c2316
Fixing link (#1641) 2021-07-13 19:04:56 -07:00
Aaron Crawfis 69035945f6
Clarify shared access policy (#1621) 2021-07-08 10:06:40 -07:00
Aaron Crawfis c28cbcdc2a
Comment out all optional destructive parameters (#1604) 2021-07-06 10:53:01 -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
Antonio Fiumanò 6cb10b7de6
Fix typo in azure-keyvault-managed-identity.md (#1541) 2021-06-07 10:15:59 -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