* 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>
* Update statestore ETag/actor support
Add additional column to the supporte statestore table that
indicates direct support of ETag usage. Also specify that
transactional stores support actors.
https://github.com/dapr/docs/issues/1199
* Add ETag example in statestore API reference
This commit adds a walkthrough of how to work with ETags including
finding them and using them for updates and deletes.
* Update _index.md
* Update state_api.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
* Updates to the building block overviews articles
* Removing the hidden retry text
* Adding Control-Concurreny video
* Address include other secret stores. #1063
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
* fixed typo in Service invocation overview (#1170)
* Updating the HTTP binding documentation per PR dapr/components-contrib/pull/661
* Adding extra status info returned by the refactored HTTP binding
* Tweaks per PR
* Update http.md
* Formatting tweaks
Co-authored-by: Patrick de Mooij <patrickdemooij@gmail.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
The function names for saving, getting and executing transactions with multiple state items were incorrect for v1-rc3 in the current documentation.
I have updated them "save_bulk_state", "get_bulk_state" and "execute_state_transaction".
* Updated all the pubsub topics + otherss
* Changes for Issue #1093
* Pushing updates from review feedback
* Fixing up the Publish CLI example
* Fixing reference
* Fixing having a single place for the Dapr side car
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>