* Updated Cosmos DB docs for Dapr 1.7
1. More complete instructions for setting up Azure AD auth for the Cosmos DB state store and binding
2. Instructions for setting up the stored procedures manually for the state store
Fixes#2325
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Fixed links
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md
* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md
* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md
* Update daprdocs/content/en/reference/components-reference/supported-bindings/cosmosdb.md
* Update daprdocs/content/en/reference/components-reference/supported-bindings/cosmosdb.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Changed api logging feature - docs
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changes based on the review comments
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changes based on the review comments - 2
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* support for CockroachDB StateStore
Signed-off-by: Ricardo Corrêa <r.c.correa@outlook.com>
* removed actor configuration example from CockroackDB
Signed-off-by: Ricardo Corrêa <r.c.correa@outlook.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Signed-off-by: Amit Mor <amitm@at-bay.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
1. Added docs for `insecureSSL` (dapr/components-contrib#1593)
2. Explained how to use the binding with Minio
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Add clarification on authenticating to Azure
Add a comment pointing further down for more information.
Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Update to non-depracated fields
Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
* Remove extra value
Signed-off-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Updated state store docs with DynamoDB TTL
Signed-off-by: Wim <wim.vdc@hotmail.com>
* Making some consistency updates
* Added more realistic example
Signed-off-by: Wim <wim.vdc@hotmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
* Add example for nats jetstream with nkey based authentication
Signed-off-by: Tim Burkert <burkert.tim@gmail.com>
* Add links to nats jwt authentication
Signed-off-by: Tim Burkert <burkert.tim@gmail.com>
* Add component reference for jetstream state store
Signed-off-by: Tim Burkert <burkert.tim@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-jetstream-kv.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Improve jetstream kv state store documentation
Signed-off-by: Tim Burkert <burkert.tim@gmail.com>
* Changing cli to CLI
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Update setup-jetstream.md
Added missing information how to create the JetStream. Creating a JetStream is essential. Otherwise the pub/sub for jetstream won't work properly.
Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>
* Update setup-jetstream.md
Signed-off-by: Armin Schlegel <armin.schlegel@gmx.de>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* removing references to ~/ prefix in OCI Object Storage state store
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
* adding docs describing Oracle Database state store component
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
* Adding reference for OCI Autonomous Database
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
* Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
* Adding create table statement instructions for Oracle DB State Store
Signed-off-by: lucasjellema <lucasjellema@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>