Commit Graph

345 Commits

Author SHA1 Message Date
Long Dai e79ffa3575
Remove visible <b> (#1602)
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-06-30 16:30:59 -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
Ricardo Niepel c9c9d327e4
Fix link at api-allowlist.md (#1574)
Fix link at api-allowlist.md to Dapr Configuration overview

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-18 14:04:26 -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
Evan Simkowitz 5c6c31b0fc
Updating PubSub documentation to remove slave wording (#1565)
* Updating PubSub documentation to remove slave

Bitnami has updated their Redis Helm chart to change redis-slave to redis-replicas. I am updating the documentation for PubSub to reflect this change and avoid confusion for any readers.

* Removing more instances of Redis slave naming

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-06-14 19:14:15 -07:00
Mark Fussell 48e28c3f51
Adding K8s versions table (#1521)
* Adding table of kubernetes versions

* Updating intro
2021-05-28 10:12:24 -07:00
Bernd Verst 3e0f702fa2
Supported Release Info and Upgrade Path for v1.2 (#1494)
* Supported Release Info and Upgrade Path for v1.2

* Update support-release-policy.md

* Update daprdocs/content/en/operations/support/support-release-policy.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-26 18:59:40 -07:00
Aaron Crawfis 5d71c507d9
Update to 1.2 (#1519) 2021-05-26 18:40:25 -07:00
Mark Fussell 011b1b371e
Merge branch 'v1.2' into v1.2 2021-05-26 18:01:08 -07:00
Aaron Crawfis 620900df45 Merge branch 'v1.1' into upmerge/05-26 2021-05-26 17:54:51 -07:00
Mark Fussell 0d36b9db01 Adding API ACLs to Configuration overview 2021-05-26 17:51:25 -07:00
Charlie Stanley 5d6403ff9f
Announce deprecation of GET shutdown API (#1514)
* Announce deprecation of GET shutdown API

* Update support-release-policy.md
2021-05-26 17:02:48 -07:00
greenie-msft 43a0e2d8e2
Ensure mDNS is functioning properly on MacOS (#1505)
* Ensure mDNS is functioning properly on MacOS

* Update common_issues.md

* Apply suggestions from code review

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-24 15:30:35 -07:00
Ben Coleman b801b5613b
BYO certs - Changed to support v3 certs with SAN (#1510)
* BYO certs changed to support v3 certs with SAN

* Adds note for install openssl on mac
2021-05-24 09:51:53 -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
Simon Leet 32671cd1ea
Remove workaround for mTLS bug for upgrade to v1.2.0 (#1502) 2021-05-21 12:27:28 -07:00
featherlight 96741e5312
fix: Jaeger docker setup command (#1485)
`COLLECTOR_ZIPKIN_HTTP_PORT=9412` shoule be `COLLECTOR_ZIPKIN_HOST_PORT=:9412`

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-18 12:41:24 -07:00
Simon Leet d1190cf3ca
Update actor setup links for Redis configuration in self-hosted-no-docker.md (#1489)
Fixes #1488
2021-05-18 12:30:16 -07:00
halspang b404b94190
Add documentation for actor reentrancy (#1483)
* Add documentation for actor reentrancy

https://github.com/dapr/docs/issues/1482

* Incoporate PR feedback

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Add link from preview feature to reentrancy

* Update daprdocs/content/en/developing-applications/building-blocks/actors/actor-reentrancy.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 12:41:12 -07:00
halspang 73f7bb8e08
Add documentation for Preview Features (#1464)
* Add documentation for Preview Features

Add an introduction to preview features with examples of how
to set/specify them in the dapr configuration.

https://github.com/dapr/docs/issues/1463

* Update daprdocs/content/en/operations/configuration/configuration-overview.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/preview-features.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-17 05:20:13 -07:00
Aaron Crawfis 4a1ae02f19
Clarify API heading (#1478) 2021-05-13 09:56:51 -07:00
Yaron Schneider 13a57b5749
Create api-allowlist.md (#1473)
* Create api-allowlist.md

* Update daprdocs/content/en/operations/configuration/api-allowlist.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update daprdocs/content/en/operations/configuration/api-allowlist.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>

* Update api-allowlist.md

Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-12 14:37:12 -07:00
Tom Kerkhove 269fd190d2
docs: Fix broken link in Highly-available mode (#1469)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-10 10:35:25 -07:00
Vincent Free 3f6095aba1
update the jaeger version to version 1.22 (#1468)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
2021-05-10 08:39:20 -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 92cbd034c4
Merge branch 'v1.1' into aacrawfi/consul-selfhost 2021-04-30 11:26:52 -07:00
Aaron Crawfis 5d843699e2 Simplify options 2021-04-28 14:44:41 -07:00
Aaron Crawfis 7618bb92d9 Remove name-resolution reference 2021-04-28 12:05:26 -07:00
Aaron Crawfis 046504660b Fix self-hosted docs 2021-04-28 12:03:06 -07:00
Aaron Crawfis 1e01fa40ee Add info on reporting security issues 2021-04-28 08:38:17 -07:00
Aaron Crawfis 8a61fe1ca1
Merge branch 'v1.1' into common-issues-update-link-liveness 2021-04-19 19:44:23 -07:00
Aaron Crawfis 93bd588221
Update daprdocs/content/en/operations/troubleshooting/common_issues.md 2021-04-19 19:31:49 -07:00
Javier Vela 5e0b4f861e common issues update link increase liveness to k8s annotations 2021-04-19 19:47:23 +02:00
Javier Vela 739e3f85bc Fix common issues format 2021-04-18 20:45:36 +02:00
Aaron Crawfis 5d1357c11c
Merge branch 'v1.1' into aacrawfi/mtls 2021-04-16 14:43:53 -07:00
Ori Zohar c3050659a9
Merge branch 'v1.1' into update-v1.1.2-patch 2021-04-16 14:32:28 -07:00
Ori Zohar b869f064bb Updates for v1.1.2 patch 2021-04-16 11:57:53 -07:00
Aaron Crawfis fee83875a8 Add note on mTLS 2021-04-14 16:01:26 -07:00
Aaron Crawfis 78c25c9f58 Add links to enabling HA mode 2021-04-14 15:22:36 -07:00
Aaron Crawfis 2c7a7c51ca
Merge branch 'v1.1' into aacrawfi/move-component-specs 2021-04-09 12:57:32 -07:00
Aaron Crawfis bbd2d18b3a Move component specs into reference section 2021-04-09 12:56:14 -07:00
Ori Zohar 99bfa2d4db Fixing v1.1.1 refernces in support table 2021-04-09 12:06:09 -07:00
Aaron Crawfis 1555a1ce3e
Merge branch 'v1.1' into patch-1 2021-04-09 11:04:21 -07:00
Aaron Crawfis 2050f35f7b
Merge branch 'v1.1' into patch-3 2021-04-09 10:52:19 -07:00
Rodrigo Ipince 92de558651
Fix typo in docs 2021-04-08 15:34:00 -07:00
Donovan Brown 3d5ac4bbb1
Found another error
Cleaned up a sentence.
2021-04-08 10:40:07 -05:00
Donovan Brown d38ea8c5ef
Found another typo
manahed should be managed
2021-04-08 10:35:53 -05:00
Donovan Brown e45e42ba2a
Changing you to your in multiple places
In many places 'you' should be 'your'.
2021-04-08 10:30:37 -05:00
Donovan Brown c9f8c8c0bf
Fixed typo
Just fixed a simply typo in the docs.
2021-04-08 10:24:20 -05:00
Charlie Stanley a579780e0f
Use POST verb for shutdown example (#1366)
* Use POST verb for shutdown example

* Update documentation to reflect v1.1.1
2021-04-06 18:07:28 -07:00