Moves moves query parameter from the API documentation (where it was
lost and bound to be forgotten and left out-of-sync to component
development) to each individual secret store documentation (which was
the right place to begin with and where there's a greater chance
of it being kept up-to-date with each component development).
Also fixes the examples that were malformed and that misled customers
to believe that Vault had support for a `namespace` query parameter
as brought up in dapr/components-contrib#2806.
Fixes#3353
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
* Document that `||` is a reserved key that cannot be used in state keys.
Signed-off-by: joshvanl <me@joshvanl.dev>
* `character` -> `string`
Signed-off-by: joshvanl <me@joshvanl.dev>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* Update documentation to reflect that the Actor State TTL feature is now in preview, behind a feature gate.
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update actor state curl example
Signed-off-by: joshvanl <me@joshvanl.dev>
* Clear up language about Actor state TTL behavior
Signed-off-by: joshvanl <me@joshvanl.dev>
* Remove Actor State TTL section from actors overview page, since the
feature is in preview
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update daprdocs/content/en/reference/api/actors_api.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/reference/api/actors_api.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update actors_api.md
Changing layout
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
* add new methods to api doc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add methods to how to
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* updates per ryan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add raise event request
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add raise event api to the howto
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* updates per Ryan;
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* whitespace/updates
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* add more description to raise event
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* clarify raise event and add to the dotnet sdk example
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* edit confusing text for raise event http
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* updates per Ryan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* rearrange author workflows doc per Ryan suggestion
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* update workflowreference to startworkflowresponse
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* edit from ryan
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* part 1 of mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Update daprdocs/content/en/reference/api/workflow_api.md
Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* updates per mark and chris
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* few more edits per mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Chris Gillum <cgillum@gmail.com>
* Adds note about using `ttlInSeconds` to actor state store reference API
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-management-overview.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Update daprdocs/content/en/reference/api/actors_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Update daprdocs/content/en/reference/api/actors_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Embed the actor state TTL YouTube video in page
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-management-overview.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
* Adds Actor State section to actor overview page
Signed-off-by: joshvanl <me@joshvanl.dev>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>