Carlos Mendible
4d02cbfe1b
fixing #608 ( #647 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-07-07 16:19:09 -07:00
Kai Walter
bb3d0b6b29
changing note as requested
2020-07-07 14:26:01 +00:00
Kai Walter
426fe0840b
issue #1698 resolution
2020-06-25 16:30:21 +00:00
Young Bu Park
5c7d983526
reanme default config to daprsystem config ( #658 )
2020-06-24 15:31:41 -07:00
Mukundan Sundararajan
04971ff167
Updated docs for zipkin init ( #648 )
...
* Updated docs for zipkin init
* Update README.md
* Update README.md
* Update environment-setup.md
* Update environment-setup.md
* Update README.md
* Update daprrun.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-06-22 09:25:51 -07:00
Avinash Barnwal
9ffef85ac4
Update README.md
...
Adding PowerShell way to retrieve the password
2020-06-21 12:47:09 +05:30
Ori Zohar
98fb6513da
Adding missing Kafka link in reference section ( #643 )
...
* Adding missing Kafka link in reference section
* Update README.md
2020-06-10 12:27:37 -07:00
Mark Chmarny
83698e018e
deployment in stead of run for 1.15+ compatibility
...
Addresses #572
Current instructions for deploying Zipkin do not create service which makes the following command fail because there is no service, as starting with 1.15 k8s no longer creates service under the `run` command.
Changing the `run` to `create deployment`
```shell
kubectl create deployment zipkin --image openzipkin/zipkin
```
Which creates will allow the following command to create a service and expose its port.
```shell
kubectl expose deployment zipkin --type ClusterIP --port 9411
```
2020-06-09 15:17:52 -07:00
Joni Collinge
e006f69d7e
WIP: Add Dapr with Docker docs ( #598 )
...
* add howto for dapr with docker
* updated README
* updated README
* update docs to align with template
* expand intro
* add link to section
* fix typo
* align headers
* Style and tone updates
Removing first person phrasing and additional minor changes to style and tone.
* add not about host network mode
* added mount to run cmd
Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2020-06-09 14:07:46 -07:00
Mark Fussell
94c47791ef
Update to index
2020-06-08 22:45:37 -07:00
Mark Fussell
64f2a7e1cf
Updates to W3C tracing docs
2020-06-08 22:42:02 -07:00
Shalabh Mohan Shrivastava
8032df38cd
Updating the doc as how to retrieve the response headers also
2020-06-08 16:55:42 -07:00
Shalabh Mohan Shrivastava
e829d883a3
reverting
2020-06-08 12:56:11 -07:00
Shalabh Mohan Shrivastava
f062c47ed0
Standardized trace context to Trace Context in the link
2020-06-08 12:38:09 -07:00
Ori Zohar
883e8c6332
Fix to standardize link wording
2020-06-08 12:31:17 -07:00
Shalabh Mohan Shrivastava
74885a7abe
Adding link from main observability how-to
2020-06-08 12:28:43 -07:00
Ori Zohar
383479dcf3
Small header tweak
2020-06-08 12:17:12 -07:00
Ori Zohar
c949160186
Fixing article headers
2020-06-08 12:15:38 -07:00
Shalabh Mohan Shrivastava
707adc2250
Merge branch 'master' into howtow3ccontext
2020-06-08 11:50:23 -07:00
Shalabh Mohan Shrivastava
bef9178f2e
Resolving doc review comments
2020-06-08 11:47:15 -07:00
Mark Fussell
96e264fe34
Merge pull request #630 from msfussell/master
...
Adding links to videos from the community calls.
2020-06-08 10:22:41 -07:00
Shalabh Mohan Shrivastava
7936fdd81d
Separating word TraceContext to Trace Context
2020-06-07 16:40:40 -07:00
Shalabh Mohan Shrivastava
833d7cc972
Adding How to Use W3C Trace Context
2020-06-07 16:10:41 -07:00
Mark Fussell
b6333fda7f
Adding links to videos from the community calls.
2020-06-05 17:35:08 -07:00
Yaron Schneider
9980d7517b
Update setup-azure-eventhubs.md ( #629 )
2020-06-05 15:13:28 -07:00
Yaron Schneider
e50322adbb
Update Event Hubs doc ( #628 )
2020-06-05 10:07:50 -07:00
Yaron Schneider
618236c257
Update Pub/Sub index ( #627 )
2020-06-05 09:32:18 -07:00
Kyle Housley
683d13634c
Create setup-snssqs ( #596 )
...
* Create setup-snssqs
Add documentation on how to use snssqs for local and AWS development
* related links
* .md extension
* add to toc
* How to updates
- Changing title to provide more context.
- Adding short description as to article purpose
- Removing reference to automatic components creation by Dapr CLI (due to change in 0.8)
- Standrizing link texts
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-06-05 09:30:35 -07:00
Yaron Schneider
61cb0f6c7b
add components-path references ( #626 )
...
* add components-path references
* address comments
* nits
2020-06-04 16:40:14 -07:00
Aman Bhardwaj
7232249721
Revert "Adding JSON secret store how to ( #609 )" ( #625 )
...
This reverts commit 8fff50630b
.
2020-06-04 15:56:25 -07:00
Ori Zohar
31bf326434
Merge branch 'master' into master
2020-06-04 15:45:57 -07:00
John
8d48be94a7
Create setup-pulsar.md ( #601 )
...
* Create setup-pulsar.md
* Update setup-pulsar.md
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-06-04 14:34:50 -07:00
Mayank Kumar
79e5fb4378
Create setup-mqtt ( #605 )
...
- Add documentation for mqtt pubsub usage.
2020-06-03 10:20:18 -07:00
Yaron Schneider
376a4bf626
update bidirectional bindings ( #619 )
2020-06-03 09:35:27 -07:00
Carlos Mendible
8fff50630b
Adding JSON secret store how to ( #609 )
...
* JSON secret store how to
* changes requested by reviewer
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-02 11:48:32 -07:00
Wei Lun
2ee49a6a3f
Fix typo ( #616 )
...
* fix typo
* fix typo
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-02 11:11:02 -07:00
Mark Chmarny
4472899601
fixes from PR review
2020-05-29 16:06:36 -07:00
Mark Chmarny
d730bdcb17
fixed readme link order
2020-05-29 06:51:46 -07:00
Mark Chmarny
a40b6b3c4f
link to in how to readme
2020-05-29 06:45:08 -07:00
Mark Chmarny
9c0d51c1e6
token-based authentication
2020-05-29 06:35:11 -07:00
Mark Chmarny
7f66a46588
client invocation
2020-05-28 17:39:40 -07:00
Mark Chmarny
a2c4b00c25
file ext
2020-05-28 17:37:32 -07:00
Mark Chmarny
5ce84caba2
initial version
2020-05-28 17:35:22 -07:00
Robin-Manuel Thiel
99b94c0208
Update Azure Cache for Redis docs ( #612 )
...
Remove the disabling of TLS and add a sample for adding Redis Cache with TLS enabled. Also, fix some Markdown issues. Fixes #580
2020-05-28 13:27:25 -07:00
Kai Walter
47cc1863fe
fix setup for Azure Cache for Redis
2020-05-20 18:58:05 +02:00
Kai Walter
a73bdcee93
Merge remote-tracking branch 'upstream/master'
2020-05-20 18:43:54 +02:00
Kai Walter
86fa1ba94c
add SQL actor state store disclaimer
2020-05-18 20:42:34 +02:00
Artur Souza
c88d247a26
Doc for liveness config. ( #588 )
2020-05-18 11:18:08 -07:00
Kai Walter
bf2b3d8988
document required authorizations for dedicated SQL server user
2020-05-17 18:07:02 +00:00
Yaron Schneider
516848b786
Update docs with pub/sub custom routes ( #577 )
...
* add custom routes
* update links
2020-05-11 10:47:16 -07:00
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