Commit Graph

202 Commits

Author SHA1 Message Date
yaron2 d216f07f36 fix typo 2021-02-02 15:14:39 -08:00
Aaron Crawfis 8933b95777
TOML update 2021-02-02 15:11:05 -08:00
Aaron Crawfis d740e08bde
Update toml 2021-02-02 15:09:34 -08:00
Aaron Crawfis 00d753d5cb
Add alias to old path 2021-02-02 15:08:25 -08:00
yaron2 5cab4f5b3a streamline kubernetes getting started 2021-02-02 14:42:10 -08:00
yaron2 5a0f918b69 fix kubernetes related texts 2021-02-02 11:49:54 -08:00
Mark Fussell 0ba36b174b minor changes 2021-02-02 09:38:31 -08:00
Mark Fussell cdc4a67ca2 Update the K8s upgrade docs 2021-02-02 09:35:04 -08:00
Mark Fussell b26c183c8c
Update azure-keyvault.md 2021-02-01 17:31:05 -08:00
Mark Fussell af3f3e41f4
Merge branch 'v1.0-rc3' into azure-keyvault 2021-02-01 16:45:33 -08:00
Yaron Schneider d9cb74c546
Add dapr to app authentication section (#1151)
* add dapr to app authentication section

* Update kubernetes-production.md

* Update api-token.md

* Update app-api-token.md

* Update api-token.md

* Update api-token.md

* Update app-api-token.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-01 14:25:51 -08:00
Yaron Schneider f3d2b5b6b6
Merge branch 'v1.0-rc3' into helm-updates 2021-01-31 22:16:25 -08:00
Mark Fussell 3ad0b6d052 Fix for 1128 2021-01-31 19:30:04 -08:00
Artur Souza f70c9645be
Document on Component metadata. (#1141)
* Document  on Component metadata.

* Update component-schema.md

* Update setup-mqtt.md

* Update component-schema.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-01-31 17:46:47 -08:00
Stepan 25be2fd366
adding description of forceHTTPS key in oauth2 middleware (#1142)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-31 17:19:39 -08:00
xavier geerinck ab0df69645
Rework Azure Blob Storage documentation to be more clear (#1122)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-30 08:51:15 -08:00
Trond Hindenes fa73579575 Merge branch 'v1.0-rc3' into helm-updates 2021-01-30 10:54:06 +01:00
Mukundan Sundararajan ac20cf5aab
Refactor supported component pages, refactor secret store docs (#1129)
* Fix supported pub/sub, secret stores page.

* add alias

* Update _index.md

* Update kubernetes-secret-store.md

* Update _index.md

* Update setup-nats-streaming.md

* refactor secret store docs

* Update azure-keyvault.md

* Update azure-keyvault-managed-identity.md

* Update aws-secret-manager.md

* Update file-secret-store.md

* Update gcp-secret-manager.md

* Update hashicorp-vault.md

* Update kubernetes-secret-store.md

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-01-29 14:59:45 -08:00
Chan-Yub Park 10c2d21941
Update mtls.md (#1118)
mtls:
  enabled: true

params bool not string,

and dapr-placement is now statefulset

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-01-29 13:56:17 -08:00
Trond Hindenes 412ec912b3 Use helm install instead of helm upgrade --install 2021-01-29 20:41:29 +01:00
Trond Hindenes 4055d2f745 Fixed version 2021-01-29 20:36:47 +01:00
Trond Hindenes 474f8dd823 re-added steps for upgrading to pre-rc3 2021-01-29 20:35:13 +01:00
Mukundan Sundararajan 11a1d27af2
update state store to capture all metadata fields (#1127)
* update state store to capture all metadata fields

* Fix state store docs

* alphabetical order

* Update setup-aerospike.md

* Update setup-azure-blobstorage.md

* Update setup-azure-cosmosdb.md

* Update setup-azure-tablestorage.md

* Update setup-cassandra.md

* Update setup-cloudstate.md

* Update setup-consul.md

* Update setup-couchbase.md

* Update setup-firestore.md

* Update setup-hazelcast.md

* Update setup-memcached.md

* Update setup-mongodb.md

* Update setup-mysql.md

* Update setup-postgresql.md

* Update setup-redis.md

* Update setup-rethinkdb.md

* Update setup-sqlserver.md

* Update setup-zookeeper.md

* Update setup-aerospike.md

* Update setup-azure-blobstorage.md

* Update setup-azure-cosmosdb.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-01-29 10:26:44 -08:00
Trond Hindenes 2a3473df8e Merge branch 'v1.0-rc3' into helm-updates 2021-01-29 11:59:02 +01:00
Trond Hindenes 04716f0230 helm/kubernetes installation doc updates 2021-01-29 11:19:59 +01:00
Ori Zohar 00173c5c87
Merge branch 'v1.0-rc3' into support-priority-queue-for-rabbitmq-bindings 2021-01-28 09:40:28 -08:00
Aaron Crawfis 679c148747
Merge branch 'v1.0-rc3' into support-priority-queue-for-rabbitmq-bindings 2021-01-28 09:34:15 -08:00
Aaron Crawfis 2e48c0b484
Merge branch 'v1.0-rc3' into release-rc3 2021-01-27 09:48:02 -08:00
Aaron Crawfis c3eb9720b1 Update references to rc3 2021-01-27 09:47:28 -08:00
Donovan Brown 2a893e3514
Added help for MySQL State Store (#1106)
* Added help for MySQL State Store

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

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>

* Addressed comments in PR.

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-01-26 15:18:54 -08:00
Trond Hindenes 95c51c7d91 doc helm chart changes 2021-01-26 20:53:38 +01:00
Yaron Schneider da3b53f68e
Merge branch 'v1.0-rc3' into support-priority-queue-for-rabbitmq-bindings 2021-01-26 11:07:12 -08:00
Ian Luo 99115a4204
Mysql output binding doc (#1111)
* add mysql binding doc

* update doc

* add description form 'pemPath'

* remove the blank line from yaml

Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-01-26 11:06:50 -08:00
kzmake b9f6c27cd6
Add docs to bindings for Priority Queue 2021-01-24 08:55:52 +09:00
Aaron Crawfis 5a51ebe125
Merge branch 'v1.0-rc3' into patch-1 2021-01-21 16:59:15 -08:00
Aaron Crawfis ba069daec8 Move applicable changes into 0.11 2021-01-21 16:13:58 -08:00
Ori Zohar 57cac018cb Merging changes from rc.2 to rc.3 branch 2021-01-21 15:40:40 -08:00
Ori Zohar b7167e22b7 Merging changes from v0.11 to rc.2 branch 2021-01-21 15:12:42 -08:00
Ori Zohar d58de2fce9
Merge branch 'v0.11' into patch-1 2021-01-21 09:22:21 -08:00
Anatoliy 21fdf41ee8
Update kubernetes-annotations.md
adding new annotation passed in that PR https://github.com/dapr/dapr/pull/2679
2021-01-21 17:48:06 +02:00
Aaron Crawfis d20a849335
Merge branch 'v0.11' into patch-1 2021-01-19 22:19:04 -08:00
Tom Kerkhove b5a2760ab0
Fix broken link in common issues 2021-01-18 13:14:55 +01:00
Radoslav Gatev 222dfe982c update justification 2021-01-17 22:29:56 +02:00
Aaron Crawfis 9af59dcf33 Small fixes 2021-01-14 09:52:29 -08:00
Aaron Crawfis f9e0d28386
Merge branch 'v1.0-rc3' into pubsub 2021-01-14 09:41:51 -08:00
xavier geerinck 0f67a93eb5
Clarify Service Bus Queues Binding to illustrate that Endpoint= is required 2021-01-13 16:15:13 +01:00
Trond Hindenes ae59777ce4 Merge branch 'v1.0-rc3' into rabbitmq-pubsub-prefetch 2021-01-13 11:49:42 +01:00
Trond Hindenes 197fb9ea13 Added concurrency setting documentation 2021-01-13 11:44:11 +01:00
Mark Fussell b5b06f5684 Removed namespace from example to avoid confusion 2021-01-12 22:08:19 -08:00
Mark Fussell 0fe3959c9e Changed the related links 2021-01-12 21:50:37 -08:00
Mark Fussell c36ac56cad
Update setup-rabbitmq.md 2021-01-12 21:38:39 -08:00
Mark Fussell efaf109069
Update setup-rabbitmq.md 2021-01-12 21:34:57 -08:00
Mark Fussell c601927d5c Reformating the pubsub components 2021-01-12 21:24:23 -08:00
Yaron Schneider d1f29fdc61
Update rabbitmq.md (#1086) 2021-01-12 14:28:49 -08:00
Aaron Crawfis 7fe007a116 Header casing and howto link 2021-01-12 12:50:27 -08:00
Mark Fussell 71ce15688a Updates based on feedback 2021-01-12 10:48:05 -08:00
Mark Fussell acc724fc3b Updates to Pub/sub component docs 2021-01-11 20:18:29 -08:00
Aaron Crawfis d8820e30ad
Merge branch 'v0.11' into getting-started-tutorial 2021-01-08 21:12:11 -08:00
Ori Zohar e0b2ff61a7 Refactoring getting started 2021-01-08 09:08:23 -08:00
Yaron Schneider abfe45d948
Merge branch 'v1.0-rc3' into yaron2-patch-1 2021-01-07 15:09:16 -08:00
Yaron Schneider 50505a524f
Update setup-rabbitmq.md 2021-01-07 15:08:42 -08:00
Aaron Crawfis ac0e22fa63
Merge branch 'v0.11' into patch-1 2021-01-07 13:12:00 -08:00
Ori Zohar 0ca958144b Weekly merge from default docs v0.11 2021-01-07 04:05:18 -08:00
Yaron Schneider d756b392a3
Update setup-nats-streaming.md 2021-01-06 14:38:04 -08:00
Aaron Crawfis c5d6ae7dfa
Merge branch 'v0.11' into patch-1 2021-01-04 10:35:09 -08:00
Trond Hindenes e3e2783ba8 Added reconnectWait to yaml spec 2021-01-04 13:35:32 +01:00
Radoslav Gatev 7e0a3fbb4d
Add a comparison with the ratelimit middleware 2021-01-03 21:30:23 +02:00
Trond Hindenes c7a43e5d5d updated rabbitmq documentation 2021-01-03 16:52:58 +01:00
Tom Kerkhove 388591bed9
Fix typo in Kubernetes binding docs (#1060) 2021-01-02 09:11:23 -08:00
Tom Kerkhove 2a6c253098
Merge branch 'v0.11' into patch-1 2021-01-02 13:19:56 +01:00
Newbe36524 bee1ae0830
Update apns.md (#1058)
remove leading empty line
2020-12-29 16:30:02 -08:00
Tom Kerkhove cb16afd4e2
Alphabetically order Microsoft Azure bindings 2020-12-27 13:53:31 +01:00
Ori Zohar 71b4f3cbab Merging v0.11 to v1.0-rc2 2020-12-18 15:00:10 -08:00
Ori Zohar 5b57ba4809
Merge branch 'v0.11' into docsday-956 2020-12-17 14:33:53 -08:00
Ori Zohar 47f23f2f58 Re-organizing secret store related articles 2020-12-17 14:29:39 -08:00
Mukundan Sundararajan 2ad2c7a7b7 Update docs 2020-12-17 14:10:07 -08:00
Mukundan Sundararajan eba2997c30 Update referencing secrets document 2020-12-17 13:33:37 -08:00
Ori Zohar 2b20b2b3e1
Merge branch 'v0.11' into create_blob_typo 2020-12-17 12:30:49 -08:00
Nghia Tran 8b74120e5e Tab -> spaces 2020-12-17 12:20:16 -08:00
Nghia Tran f3d5fe2ccd Fix dapr home directory 2020-12-17 12:19:33 -08:00
Ori Zohar 1b3b558db9
Merge branch 'v0.11' into create_blob_typo 2020-12-17 12:16:40 -08:00
Aaron Crawfis 0b018f9099
Merge branch 'v0.11' into mchmarny-upgrade-ha-mode 2020-12-17 11:29:51 -08:00
Aaron Crawfis 66fa5faaf7 Grammer 2020-12-17 11:29:30 -08:00
Hal Spang a0df800d90 Fix typo in Azure Blob Storage create blob binding
https://github.com/dapr/docs/issues/903
2020-12-17 11:28:42 -08:00
Mark Chmarny 97be510fe7
Grammar 2020-12-17 11:17:06 -08:00
Mukundan Sundararajan 0b77c43c4f Add api-token-secret annotation for k8s 2020-12-17 11:14:48 -08:00
Mark Chmarny 6d2646cfe9
Upgrade command/how-to updates 2020-12-17 11:07:05 -08:00
Mark Chmarny 6a236a4c25
Points to latest version of CLI
to avoid CLI vs Core RC releases
2020-12-17 10:24:14 -08:00
Aaron Crawfis 5724cfb26c Merge branch 'v1.0-rc2' into v0.11 2020-12-17 10:17:40 -08:00
Aaron Crawfis f3bbc3bd86
Merge pull request #1018 from yaron2/ignoreerrors-1
Add component schema
2020-12-16 10:18:47 -08:00
Aaron Crawfis f94673b5b2 Add more further reading 2020-12-16 10:07:16 -08:00
Aaron Crawfis ba29e9d451 Merge branch 'ignoreerrors-1' of https://github.com/yaron2/docs into pr/1018 2020-12-16 10:05:25 -08:00
Aaron Crawfis 03083e1320 Update component information 2020-12-16 10:05:23 -08:00
yaron2 0c547996b9 change weight 2020-12-16 09:36:30 -08:00
yaron2 01293049fd add component schema 2020-12-16 09:29:45 -08:00
Aaron Crawfis e701efeb05
Merge pull request #1013 from dapr/upgrade-info
Add information on upgrading Dapr
2020-12-16 09:21:03 -08:00
Aaron Crawfis 9376f6c334 Merge branch 'v0.11' into v1.0-rc2 2020-12-16 09:13:11 -08:00
Ally Parker 288091c10a
Fix typo 2020-12-16 13:35:30 +00:00
Aaron Crawfis 2f150b1af1 Add self-host upgrade instructions 2020-12-15 10:30:59 -08:00
Aaron Crawfis 321af418cb Change verb 2020-12-15 10:30:48 -08:00