Commit Graph

268 Commits

Author SHA1 Message Date
Alexandre Delarue 2d1138ec92
Fixing broken Keda Deployment doc hyperlink (#574) 2020-05-07 09:12:38 -07:00
Kyle Housley 9d74ecb4e8
Add instructions for setting up kafka for use with dapr (#551)
* Add instructions for setting up kafka for use with dapr

* Update setup-kafka.md

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-05-04 14:02:17 -07:00
Yaron Schneider 04158d5d86
Add azure event hubs pub/sub how to (#561)
* add azure event hubs pub/sub how to

* fix
2020-05-04 13:44:52 -07:00
Mark Chmarny 0c78730787 prod namespace in example, twitter example binding 2020-05-02 04:09:24 -07:00
Mark Chmarny ce828c853d namespace in all yaml samples 2020-05-02 04:04:13 -07:00
Mark Chmarny d08e5a829c namespace in all yaml samples 2020-05-02 04:01:14 -07:00
Shalabh Mohan Shrivastava e1a2f37658
Merge branch 'master' into samplingRate 2020-05-01 10:17:13 -07:00
Shalabh Mohan Shrivastava 995380263d typo edits 2020-05-01 10:08:34 -07:00
Shalabh Mohan Shrivastava 3fc24f9ba7 updating the document for tracing configuration 2020-05-01 10:00:15 -07:00
Ori Zohar f92660a5f0
Simplifying certificate section of Azure Key Vault howto (#554)
- Adding --encoding flag to CLI to save steps for Windows/Linux
- Adding more detail on how to download from Azure Portal

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-05-01 09:45:28 -07:00
Young Bu Park 77ea6632e2
update localforwarder versions (#556)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-05-01 09:26:39 -07:00
Ricardo Niepel 342db5b441
add pubsub-namespaces link (#547)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-30 15:36:35 -07:00
Mark Fussell 3a46c55596 Updated configuration docs 2020-04-24 21:35:26 -07:00
Artur Souza cb0eb7e863 HowTo PubSub with multiple namespaces. 2020-04-23 19:32:07 -07:00
Mark Fussell 2b500d6f68
Merge pull request #538 from dapr/youngbupark-patch-1
fix missing subdirectory in --config option
2020-04-23 16:30:57 -07:00
Ori Zohar 18415ca940
Merge branch 'master' into patch-1 2020-04-23 10:36:59 -07:00
Artur Souza d3b1dd2dc3 Adding HowTo for sidecar readiness config. 2020-04-21 23:15:09 -07:00
Alexandre Delarue 3041c97e5d
missing '-o json' on bash command in step 5
This command will fail as is if az is not setup to output json as default.
2020-04-21 17:11:03 -07:00
Young Bu Park 6723b97177
Fix wrong config for --config option
Fix wrong config for --config option
2020-04-21 12:26:01 -07:00
Yaron Schneider 3805c32f11
Update azure-keyvault-managed-identity.md (#534)
Fix YAML formatting
2020-04-20 18:59:07 -07:00
Dwayne Bradley fb6072af93
PubSub config changed to pubsub.yaml (#522)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-20 12:09:55 -07:00
Yaron Schneider ea5b191877
Add kubernetes configuration how-to (#521)
* Add kubernetes configuration how-to

* mark comment :)

* update

* update index
2020-04-14 14:57:35 -07:00
Pruthvidhar R Dhodda 7ca0db99af
Fix broken link to pubsub section (#514) 2020-04-14 14:10:27 -07:00
Ricardo Niepel c4958949d2
Replace DaprID with AppID (#500) 2020-04-06 10:57:51 -07:00
Leon Mai 02135912ad
Clarify some instructions (#495)
* Clarify some instructions

* direction

Co-authored-by: LM <lemai>
2020-04-02 10:41:26 -07:00
Leon Mai da616d4a1e
Minor clarifications (#496)
Co-authored-by: LM <lemai>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-04-02 10:40:01 -07:00
Young Bu Park 1171c71ded
Use bitnami redis helm chart (#493)
* Use bitnami redis helm chart

* wip
2020-04-01 13:16:11 -07:00
pruthvidhodda ef1ba996da
Include instructions to enable or disable TLS (#491)
* Include instructions to enable or disable TLS

* Add instructions to enable/disable TLS for pubsub.redis
2020-04-01 13:07:53 -07:00
Ricardo Niepel 8984d52fef
Fix typos in pubsub-scopes howto (#489) 2020-04-01 06:51:59 -07:00
Carlos Mendible f29d60dc2f
consumerGroup must be the same in both manifests and fixed ScaledObject (#488) 2020-04-01 06:49:37 -07:00
Mark Fussell dead3848c9 Updates to observability docs 2020-03-31 22:02:16 -07:00
Yaron Schneider b6b4e21276
remove redundant code snippet (#484) 2020-03-31 15:00:00 -07:00
Yaron Schneider ef7d2dea30
Update TLS and security docs (#481)
* update tls

* Update README.md

* Update README.md

* Update README.md

* address nits

* fix nits

* update images

* remove DS_Store file

* update image

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-03-31 14:03:55 -07:00
Ricardo Niepel cf9ebd67a9
Add HowTo for Pub/Sub scopes (#482)
* add pubsub scopes howto

* link pubsub scopes howto

* Update README.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-03-31 13:59:06 -07:00
Ori Zohar 2836e81dfb
Update azure-monitor.md (#483) 2020-03-31 13:58:02 -07:00
Shalabh Mohan Shrivastava 5072cd7e16 resolving document review comments 2020-03-30 14:42:08 -07:00
Shalabh Mohan Shrivastava 7b82f9bee8 Adding doc on Kubernetes health Probe configuration with Dapr /healthz http endpoint 2020-03-30 14:22:07 -07:00
Shalabh Mohan Shrivastava ee26ffc340
Fixing typos in readme. (#477) 2020-03-30 12:02:13 -07:00
Ricardo Niepel baf3077baa
Format pubsub HowTos (#472)
* Remove unnecessary yaml from rabbitmq oubsub howto

* Correct hazelcast yaml formatting
2020-03-30 08:24:34 -07:00
Ryan Nowak 06e310f691
Link to instructions for adding helm stable repo (#466)
* Link to instructions for adding helm stable repo

This isn't included by default anymore in v3.

* Update README.md

missing period
2020-03-28 22:25:42 -07:00
David McGhee ed1c7535ed
Minor binding update. Inc reference section (#401)
* Minor binding update. Inc reference section

* Updating links

* Updating links

Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-03-26 13:14:51 -07:00
Piotr Jasina c2b672207b
Add Hazelcast pubsub howto (#454)
* Add Hazelcast pubsub howto

* Add reference to Hazelcast pubsub howto
2020-03-24 17:20:50 -07:00
Aman Bhardwaj f379f89e83
Merge branch 'master' into youngp/lf 2020-03-19 20:28:45 -07:00
Sivamuthu Kumar aa96c2dcae
Add GCP pubsub docs (#446) 2020-03-19 14:33:35 -07:00
Young Bu Park fbefa7795f
Merge branch 'master' into youngp/lf 2020-03-16 15:07:38 -07:00
Yaron Schneider 9878e699d2
update secrets docs (#443)
* update secrets docs

* Update gcp-secret-manager.md

* Update hashicorp-vault.md

* Update component-secrets.md
2020-03-13 23:13:27 -07:00
Yaron Schneider f89068738f
Update aws-secret-manager.md (#442) 2020-03-13 23:04:17 -07:00
Young Bu Park 5d5a3ad628 wip 2020-03-13 19:35:49 -07:00
Young Bu Park bfe3a919e4 fix nitpicks 2020-03-13 09:37:54 -07:00
Young Bu Park 0be7f06ee1 fix cr 2020-03-13 09:32:58 -07:00
Young Bu Park 5ac90c94c3 wip 2020-03-13 08:57:50 -07:00
Young Bu Park db3b397cf4 update docs 2020-03-12 22:14:32 -07:00
Young Bu Park 4f3eb33ced add localforwarder docker and deployment yamls 2020-03-12 21:47:19 -07:00
Mark Fussell f6385b615f
Added videos links and fixed broken link (#438)
* Developer Tooling docs and adding links for Bindings and to other HowTo topics to concepts specs.

* Adding links to videos and fixed broken link

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-03-12 21:04:18 -07:00
Richard Simpson bbd3acc9fd
fix: small issue with url (#435)
Fixes a small issue with the vault helm url where the `.` was getting included.
2020-03-12 12:14:37 -07:00
Young Bu Park 0faaeb37d7
Final monitoring doc revision (#433)
* Correct helm chart option

* Revise monitoring docs

* update howto readme

* update concepts

* fix cr

* wip

* Fix dashboard for minikube

* Fix steps for prometheus howto

* Update ordering

* fix ct

* wip

* Update README.md
2020-03-12 10:40:27 -07:00
Mark Fussell 57bb1df233
Developer Tooling docs and adding links for Bindings and to other HowTo topics to concepts specs. (#429)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-03-12 10:07:00 -07:00
Young Bu Park fdb5d93815
Initial observability docs (concept + howto) (#431)
* add config yaml

* initial doc for observability

* Add links

* Update README.md

* Update logs.md

* Update setup-azure-monitor.md

* Update setup-fluentd-es-kibana.md

* Adding how-to set up Prometheus and Grafana documentation and images.

* deleting .PNG files

* -adding .png files

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Shalabh Mohan Shrivastava <shalabhms@gmail.com>
2020-03-12 08:23:27 -07:00
Aaron Crawfis bced824777
Fix 404 broken docs links (#424)
* First batch of fixes

* Updated brokn links

* Fixed actors reference

* Fixed middleware link

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-03-10 23:32:02 -07:00
Joni Collinge e9ddef34c8
Added metrics docs (#356)
* added metrics docs

* moved traces and metrics to observability

* added metrics_path to prom config

* updated metrics flag

Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-03-10 08:15:41 -07:00
Leon Mai c10d3570d4
Fix link (#410)
Co-authored-by: LM <lemai>
2020-03-09 21:12:26 -07:00
Yaron Schneider efa66b07bd
Add components authorization How To (#404)
* add components auth

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-03-09 12:54:57 -07:00
Yaron Schneider 2d88498e7f
remove redundant file (#403) 2020-03-09 11:04:23 -07:00
Yaron Schneider d2678dedc6
Add AWS/GCP Secret Stores (#402)
* Add GCP and AWS Secret Stores

* edit text
2020-03-09 11:00:33 -07:00
Aaron Crawfis 38bd298c5b Merge branch 'master' into aacrawfi_docs 2020-03-09 06:13:37 -07:00
Yaron Schneider 2a64439b6f
Add Secrets API How To tutorial (#397)
* add secrets how to

* add c#

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-03-08 15:57:22 -07:00
Aaron Crawfis 3bba6a3388 Merge branch 'master' into aacrawfi_docs 2020-03-07 09:41:57 -08:00
Mark Fussell 331f8c0396
Merge pull request #359 from RicardoNiepel/patch-6
Link Authorization with oAuth
2020-03-06 22:26:39 -08:00
Mark Fussell d908fedc5f
Merge pull request #383 from dapr/Haishi2016-patch-1
Update zipkin config for local mode
2020-03-06 22:18:42 -08:00
Yaron Schneider c4e2efd6a0
Update supported-secret-stores.md (#392) 2020-03-06 16:09:48 -08:00
Aaron Crawfis 4ae97882d2 Added secrets README 2020-03-06 14:06:43 -08:00
Haishi2016 c17ea3e84f
Update zipkin config for local mode 2020-03-04 10:14:45 -08:00
Aaron Crawfis 73eeac885c Moved configure redis 2020-03-03 12:54:51 -08:00
pruthvidhodda deb279e7d7
Replace DaprID with AppID (#372) 2020-02-27 13:00:14 -08:00
Yaron Schneider d0448ac7b7
Update README.md (#370)
Update gRPC invoke instructions.
2020-02-25 19:03:53 -08:00
Ricardo Niepel 322bf01d09
Adding Authorization with oAuth to HowTos 2020-02-17 09:37:43 +01:00
Artur Souza d3e54013bd How to debug in IntelliJ. 2020-02-12 14:32:58 -08:00
Artur Souza 1149943e6c Document expected serialization in SDKs. 2020-02-11 14:21:40 -08:00
Yaron Schneider f3e3b9c9c3
Add mTLS How To (#345)
* Add mTLS How To

* yaml format

* Update README.md

* go to

* Update README.md

* Update README.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-02-11 09:45:14 -08:00
Aman Bhardwaj 8e8ba51e4e
Updating state api usage for multi state store changes, (#342) 2020-02-10 16:50:08 -08:00
Yaron Schneider fd48308bc6
add cloudstate description (#340) 2020-02-10 15:07:19 -08:00
Yaron Schneider ac3057c86c
add cloudstate how-to (#339) 2020-02-10 15:01:17 -08:00
lolorol 35a7a4996c Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08:00
Yaron Schneider 4795ec7492
add hashicorp vault (#333) 2020-02-07 15:00:21 -08:00
Yaron Schneider 8906a8ad69
update azure table storae index (#332) 2020-02-07 14:04:41 -08:00
Yaron Schneider b3c90d6678
add couchbase how-to (#331) 2020-02-07 14:01:32 -08:00
Yaron Schneider b97cc390d5
add hazelcast docs (#329) 2020-02-06 17:01:38 -08:00
Yaron Schneider cd7049f9cb
add aerospike state store (#328) 2020-02-06 14:23:00 -08:00
Ricardo Niepel 108305a28f
Fix broken install KEDA link (#326) 2020-02-06 06:03:36 -08:00
Ivan Gavryliuk 02593f45fe
Add Azure Table storage to the list of store providers (#323)
* add Azure Table storage to the list of store providers

* find & replace bug
2020-02-05 15:51:27 -08:00
Carlos Mendible 6930252e77
k8s key vault secret store with managed identities (#324) 2020-02-05 15:45:36 -08:00
Tobias Kohlbau 6a08a3336a
fix typo in invoke-and-discover-services (#308)
aoo should be add

Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-01-31 16:20:20 -08:00
Alex Mang 2b11dfca67
Fixes #304 (#305)
Replaced the placeholder link to https://github.com/dapr/samples/tree/master/5.bindings

Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-01-31 16:18:30 -08:00
Young Bu Park 25797cc62c
Migrate from helm 2 to helm 3 (#307)
Migrate from helm 2 to helm 3 to support the latest Dapr helm chart
2020-01-31 16:11:06 -08:00
Young Bu Park f274e1520b
Update delimit to || in docs (#300) 2020-01-22 08:57:01 -08:00
Joni Collinge 48714ffd42 Fix incorrect dapr config (#297) 2020-01-16 07:22:24 -08:00
Ryan 7fef59a83d updated to reflect helm 3 syntax (#291)
- Removed name flag 
- Removed Redis version (now that default version is >5 and therefore supports Redis Streams)
2020-01-09 16:03:58 -08:00
Francisco Beltrao 73565a0968 Add SQL Server state store documentation (#289)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-01-08 15:29:47 -08:00
Artur Souza 81023636f9 Fixing documentation about state key delim. (#279)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-01-08 15:25:16 -08:00
David-Kunz 530cd7ec51
Update zipkin.md 2019-12-27 09:30:50 +01:00
Haishi2016 89b3c223d3 middleware doc (#274)
* middleware doc

* added oauth how-to

* typos and clarifications
2019-12-17 15:21:46 -08:00
Trond Hindenes 87ce2bd061 Corrected local development instructions (#275) 2019-12-13 18:11:26 -08:00
Lynn Orrell 4e05494cba
Merge branch 'master' into master 2019-12-03 21:33:55 -06:00
Yaron Schneider cc573e6dda
add rabbitmq how-to (#269) 2019-12-03 14:21:54 -08:00
Lynn Orrell 9356469771 Updated debugging doc per peer reviews 2019-11-29 18:33:45 -06:00
Lynn Orrell c8c25bc7d6 Merge branch 'master' of https://github.com/dapr/docs 2019-11-29 16:45:57 -06:00
Lewis Benge 9578be12d0 Updated error on password placement in setup-redis.md (#264) 2019-11-27 20:22:22 -08:00
LMWF 3eaf9b946c fix yaml name 2019-11-22 18:14:02 -08:00
Lynn Orrell 864cd3476a Added emphasis to note on specifying different ports 2019-11-13 21:03:50 -06:00
Lynn Orrell 26949812ef Added wrapping up section to VSCode debugging 2019-11-13 21:01:37 -06:00
Lynn Orrell 42bff3d94c Added a section on configuring VSCode for debugging 2019-11-13 20:54:10 -06:00
Haishi2016 5d692d0da5 AppInsights doc (#235) 2019-11-12 14:41:35 -08:00
Yaron Schneider f5e14e85e2
Add Azure Service Bus Topics How To (#245) 2019-11-11 14:57:04 -08:00
Jocko 875264ba36 Fixed CURL example JSON data. (#242)
The JSON data in the curl example was not properly formatted so was generating an error when it was copied/pasted.
2019-11-11 12:51:03 -08:00
Yaron Schneider f3833ab291
Update setup-azure-cosmosdb.md (#240) 2019-11-11 12:39:44 -08:00
Yaron Schneider 54a50dfa5b
Add NATS How To (#239) 2019-11-11 12:24:58 -08:00
Yaron Schneider 7e97ea536b
Add GCP Firestore How To (#238) 2019-11-11 10:55:19 -08:00
Yaron Schneider 1f461fa46f
Update supported-state-stores.md (#234) 2019-11-08 13:03:02 -08:00
Gabriel Duke f7a6280378 fix broken link (#223) 2019-11-01 21:29:39 -07:00
Yaron Schneider 6c2fa97c64
Add Zookeeper how to (#222) 2019-11-01 16:31:44 -07:00
Yaron Schneider f541473d17
add MongoDB how to guide (#221) 2019-11-01 14:32:14 -07:00
Yaron Schneider 271aa2cf99
Add how to's for etcd, consul and cassandra (#213)
* add how to for etcd, consul and cassandra

* Update setup-cassandra.md

* add memcached how to
2019-10-31 11:02:00 -07:00
Javier 63465c8e17 Remove duplicate word "using" (#207) 2019-10-30 19:29:20 -07:00
Ricardo Niepel 568023a957 Improve service invocation docs (#210)
* Cross link service invocation #209

* fix service invoke urls #209
2019-10-30 19:28:41 -07:00
Leon Mai b4d0f67fc7 clarify cosmosdb doc (#212) 2019-10-30 11:25:34 -07:00
Goh Chun Lin 0498f483aa Corrected the display of the documentation. (#204) 2019-10-28 07:09:59 -07:00
Haishi Bai a0960caa75 doc update for exporters becoming components 2019-10-22 19:13:06 -07:00
Yu Huang 40dd2407df fix a typo in README.md (#180)
its -> it is
2019-10-22 06:45:43 -07:00
Quy Le 98d2bcf1db Fix typos in docs (#178)
* Typos for API reference's state management

* Fix typos for docs
2019-10-20 21:36:14 -07:00
Greg Ingram 54c79045d6 Rename readme files (#173)
* Updated temp name

* Update file names
2019-10-19 15:19:49 -07:00
Greg Ingram b026f5a877 Clean pub sub (#172)
* Small cleanup for pub/sub

* Renamed file
2019-10-19 14:04:20 -07:00
SAMUEL NELA 682a00b2ae Fixed typos (#169) 2019-10-19 08:15:38 -07:00
Greg Ingram 0c5c307974 Clean bindings readme (#168)
* Updated periods and temp file change

* Update file name

* Updated name in links
2019-10-19 08:14:36 -07:00
Nikita S 4dc9995fc5 small typo fix (#158) 2019-10-17 17:51:32 -07:00
marciomyst d827af08cd Update README (#156)
Fix miss typed word STATE.
2019-10-17 07:06:55 -07:00
Young Bu Park 20ae6ec753 Use redis-master dns name instead of IP address (#148) 2019-10-16 13:03:16 -07:00
Young Bu Park 24781faf90 Add bullet points (#144)
Add bullet points
2019-10-16 08:22:57 -07:00
Yaron Schneider ed7c737f1a
add kubernetes secret store (#145) 2019-10-16 08:09:54 -07:00
Yaron Schneider 0c166ff13e
add cosmosdb setup, fix redis (#142) 2019-10-16 07:59:18 -07:00
Yaron Schneider 8f1b8f0ea6
add How To for pub-sub (#143) 2019-10-16 07:57:43 -07:00
Yaron Schneider d32456cb32
Add State Store setup (#141)
* fix links

* add state store setup
2019-10-16 06:54:50 -07:00
Yaron Schneider c99313e01a
fix links (#137) 2019-10-15 22:53:26 -07:00
Yaron Schneider b07715ffc1
Add How To list (#133)
* add list

* reordering

* Reordered and added heading titles
2019-10-15 21:33:54 -07:00
Yaron Schneider f121f7fe70
fix typo (#124) 2019-10-15 15:10:48 -07:00
Yaron Schneider 71d3ac6de4
add KEDA (#123) 2019-10-15 14:52:27 -07:00
Yaron Schneider 290589368e
grpc (#117) 2019-10-11 16:21:10 -07:00
Yaron Schneider 0177ad15bb
Adds How To for advanced state capabilities (#71)
* conconsthowto

* Doc updates

* improve examples

* type fix

* type fix

* Added clarifying paragraph

* add version mismatch section
2019-10-08 11:45:04 -07:00
Young Bu Park 8f0c622885 Fix doc links (#79)
* Fix content links

* Fix sample links
2019-10-08 11:19:52 -07:00
Yaron Schneider b0eaa799e3
fix daprcore references (#78) 2019-10-08 09:35:51 -07:00
Haishi2016 3e01671d73 concept doc updates (#74)
* concept doc updates

* fix typo
2019-10-08 09:23:20 -07:00