Commit Graph

835 Commits

Author SHA1 Message Date
Aaron Crawfis e1ba3b38da Moved building blocks 2020-10-02 11:03:35 -07:00
Ori Zohar 85545323a7 Integrating deploying folder intop operations 2020-10-02 10:23:58 -07:00
Ori Zohar fd9739551a Updating directory structure 2020-10-02 10:06:15 -07:00
Aaron Crawfis 52d9d04d58 Merge master 2020-10-01 15:51:04 -07:00
Aaron Crawfis d08dd276cb Merge branch 'master' into hugo-docs 2020-10-01 15:50:54 -07:00
Aaron Crawfis c7418c5885 Add algoloia information 2020-10-01 15:37:53 -07:00
Aaron Crawfis 01d6e2b165 Update docs with new heirarchy 2020-10-01 15:37:45 -07:00
Aaron Crawfis e26af19d76 Add algolia information 2020-10-01 15:37:03 -07:00
Aaron Crawfis 6227f0c929 Merge branch 'master' into hugo-docs 2020-10-01 15:36:18 -07:00
halspang 695b6ad1c4
Fix aks cluster provisioning command (#838)
When originally written, the command to provision an aks cluster
had to specify a specific version of Kubernetes. The requirement
of having Kubernetes version 1.13.x or higher is now met by the
default version of Kubernetes in all regions.

Additionally, all clusters now have rbac enabled by default so this
option is also removed.

https://github.com/dapr/docs/issues/832
2020-10-01 13:47:55 -07:00
Mukundan Sundararajan 729e78301e
Update README.md (#837)
* Update README.md

* Update README.md
2020-09-30 16:26:42 -07:00
vinayada1 86400a00bc
Add documentation - allow lists for service invocation (#809)
* Add documentation - allow lists for service invocation

* Update README.md

* Update README.md

* more changes

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Change app id annotation

* Update README.md

* Update README.md

* fix appId annotation

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-09-30 11:04:33 -07:00
Phil Kedy 38f4569741
Replacing `defaultAcess` to `defaultAccess` (#835)
* Replacing `defaultAcess` to `defaultAccess`

* Another typo
2020-09-29 11:10:22 -07:00
Harry Kimpel 1459d59475
changed defaultAcess to defaultAccess (#834) 2020-09-29 10:55:42 -07:00
Mark Fussell 75415b6b3c
Changes to State Management and Pub/Sub articles and improving Redis docs. (#831)
* Updates to Service Invocation and State Management

* update

* Another update

* Update concepts/service-invocation/README.md

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

* Update concepts/service-invocation/README.md

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

* Update concepts/service-invocation/README.md

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

* Update howto/invoke-and-discover-services/README.md

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

* Updated retries

* Update README.md

* Update to State Store and Pub/Sub topics

* More update to State and Pub/Sub

* update env topic

* Update README.md

* Update README.md

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-09-28 10:07:21 -07:00
Mark Chmarny 009e93ad0e
Docs for RethinkDB state store, state change binding (#723)
* init rethinkdb state store doc

* updated comments

* rethinkdb state store docs

* state change

* table name

* Update howto/track-rethinkdb-state-store-changes/README.md

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

* Update howto/track-rethinkdb-state-store-changes/README.md

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

* Update howto/track-rethinkdb-state-store-changes/README.md

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

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-09-28 09:12:26 -07:00
Mark Fussell 57b0fa8e32
Create CODEOWNERS (#827)
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2020-09-27 20:29:59 -07:00
Artur Souza d7638cd031
Add doc for pubsub response handling. (#828) 2020-09-25 15:56:16 -07:00
Mark Chmarny 35c91835e5
postgres bindng docs (#813) 2020-09-25 15:41:08 -07:00
Mukundan Sundararajan 7315960c16
Fix indentation in metrics config (#829) 2020-09-25 15:40:19 -07:00
Mark Fussell 45f7adb635
Updates to Service Invocation and State Management (#822)
* Updates to Service Invocation and State Management

* update

* Another update

* Update concepts/service-invocation/README.md

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

* Update concepts/service-invocation/README.md

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

* Update concepts/service-invocation/README.md

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

* Update howto/invoke-and-discover-services/README.md

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

* Updated retries

Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-09-25 12:20:30 -07:00
Mark Chmarny ddc8f61ffc
Updates Dapr Helm repo location (#826) 2020-09-25 10:43:01 -07:00
Yaron Schneider 479a1b7e84
Update azure blob storage binding (#824)
* update azure blob storage binding

* update examples
2020-09-25 10:16:18 -07:00
Mark Chmarny f6b7f0b3f0
example and 2x wrap clarification (#810)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-09-24 15:18:25 -07:00
Yaron Schneider 2bb237893f
Update README.md (#818) 2020-09-24 15:15:45 -07:00
Nghia Tran 2dc8fa3168
Update some broken links (#817)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-09-24 15:12:47 -07:00
Mark Chmarny be9a77d458
case-sentivice URL params note (#814)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-09-24 15:05:53 -07:00
AbserAri 4b3f3a8c83
Update rabbitMQ.md prefetch feature doc. (#779)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-09-24 15:04:36 -07:00
AbserAri cd29553d7b
update setup nats-streaming md and delete the setup-nats.md (#774)
* update setup nats-streaming md and delete the setup-nats.md

* changed as advise.

* revert previous change (port 7777 -> 4222)

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-09-24 15:01:34 -07:00
Young Bu Park f6f2f6bb01
migrate to new github helm chart repo (#816) 2020-09-24 12:43:39 -07:00
Shalabh Mohan Shrivastava 16d30d2f75
fixing broken links (#812) 2020-09-24 00:14:39 -07:00
Aaron Crawfis b8b4e38a6f Add setup docsy step 2020-09-23 14:27:50 -07:00
Aaron Crawfis a507c7d93e Darken TOC 2020-09-23 10:13:59 -07:00
Aaron Crawfis b5d25748c6 Move images into static repo 2020-09-23 10:10:24 -07:00
Aaron Crawfis 8fa8e7c07c Allow unsafe HTML for custom images 2020-09-23 10:10:08 -07:00
Aaron Crawfis 8387ed4f2e Rename Guide to HowTo 2020-09-23 10:09:42 -07:00
Mohammad Taghavi 366ab6e56f
add decodeBase64 configuration (#788)
Co-authored-by: Mohammad Taghavi <Mohammad.Taghavi@plan-b-gmbh.com>
Co-authored-by: Young Bu Park <youngp@microsoft.com>
2020-09-22 15:12:20 -07:00
Nghia Tran 891fab8768
Fix sample commands missing line continuations (#807) 2020-09-22 10:12:50 -07:00
Richard Simpson 4e7ac2e1b8
docs: add opa middleware docs (#787)
* docs: add opa middleware docs

* add refernce links

* covert docs to use k/v style metadata

* docs: add some more detail

* add note about headers

* add pr doc comments

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-09-21 11:35:14 -07:00
Mukundan Sundararajan 159105cd81
Add docs for scoping secrets (#799)
* Add docs for scoping secrets

* add uniqueness doc.

* Rephrase

Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
2020-09-18 19:02:37 -07:00
Mark Chmarny e3cd1bb21d
keda how to updates (#793)
* keda how to updates

* Update README.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-09-18 16:12:32 -07:00
AbserAri 6e47e400e8
Update setup-redis.md (#792)
* Update setup-redis.md

https://github.com/dapr/docs/issues/791
https://github.com/dapr/components-contrib/pull/459

* Update setup-redis.md

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-09-18 14:33:45 -07:00
Nghia Tran b94fae2568
Add disclaimer about plaintext secrets (#797)
* Add disclaimer about plaintext secrets

* Update per PR feedback.
2020-09-17 15:21:07 -07:00
Aaron Crawfis 791b27f3df
Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml 2020-09-17 14:23:38 -07:00
Aaron Crawfis b94ce825ba Add back overview 2020-09-16 14:46:31 -07:00
Aaron Crawfis 90e837bd66 Adjust Table of Contents sizing 2020-09-16 14:46:10 -07:00
Aaron Crawfis f170934987 Add Overview 2020-09-16 13:59:03 -07:00
Aaron Crawfis ac908e6e69 Add front matter 2020-09-16 13:03:15 -07:00
Aaron Crawfis f70c7554bd Move How-To Guides into Docs 2020-09-16 12:52:13 -07:00
Aaron Crawfis 0ad1a6050f Update install process 2020-09-16 11:50:28 -07:00