Commit Graph

3420 Commits

Author SHA1 Message Date
Tiago Alves Macambira 4920dfd830 Document query parameter for al secret stores with documentation.
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-06-30 15:59:20 -07:00
Tiago Alves Macambira b47aa93ac3
Merge branch 'v1.11' into Fix3353_SecretStoreQueryParameters 2023-06-30 15:42:15 -07:00
Tiago Alves Macambira a00850b5f6
Update daprdocs/content/en/reference/components-reference/supported-secret-stores/gcp-secret-manager.md
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-06-30 15:39:49 -07:00
Tiago Alves Macambira 83688894e4
Update daprdocs/content/en/reference/api/secrets_api.md
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2023-06-30 15:37:55 -07:00
Tiago Alves Macambira 9f3b5a28ff Fix documentation for query parameters.
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>
2023-06-30 15:23:06 -07:00
Hannah Hunter f6c81bcd67
Merge branch 'v1.11' into issue_3423 2023-06-30 14:27:08 -04:00
Mark Fussell 6df4fc4e2d
Merge branch 'v1.11' into issue_3400 2023-06-30 11:21:21 -07:00
Hannah Hunter 3e73e0bfd5 Merge branch 'issue_3423' of https://github.com/hhunter-ms/docs into issue_3423 2023-06-30 13:38:07 -04:00
Hannah Hunter ff1f2803df remove loop
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-30 13:37:57 -04:00
Hannah Hunter c54c2b87e7
Merge branch 'v1.11' into issue_3423 2023-06-30 13:37:44 -04:00
Jae-Heon Ji 8781fa15b3
Fix package url for grpc integration (#3563)
* Fix package url for grpc integration

Signed-off-by: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>

* Update package url to dapr repository

---------

Signed-off-by: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2023-06-30 07:52:25 -07:00
Hannah Hunter aaa2c2a203 Merge branch 'issue_3423' of https://github.com/hhunter-ms/docs into issue_3423 2023-06-30 09:31:38 -04:00
Hannah Hunter fac5e6a2c6 mark review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-30 09:31:18 -04:00
Mark Fussell b40f30c8cf
Merge branch 'v1.11' into issue_3423 2023-06-29 17:03:58 -07:00
Alessandro (Ale) Segala f2f5f1e03e
Bearer middleware: list some common values for issuers (#3591)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-06-29 15:31:09 -07:00
Artur Souza d6883bb089
Merge branch 'v1.11' into document-bindings-direction-3541 2023-06-29 12:34:35 -07:00
AdamKorcz 79f0854e0b
[security] Add fuzzing report (#3590)
Signed-off-by: AdamKorcz <adam@adalogics.com>
2023-06-29 11:57:09 -07:00
Roberto Rojas 85a59ea8e6
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:25 -04:00
Roberto Rojas 2f5a895729
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:19 -04:00
Roberto Rojas 4c28dcbf6c
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:14 -04:00
Roberto Rojas cd30098a5a
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:09 -04:00
Roberto Rojas 317c2a1b3a
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-29 14:43:03 -04:00
Hannah Hunter 01f78695aa typo
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-29 14:06:39 -04:00
Hannah Hunter 0804779f01 update per mark
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-29 12:36:56 -04:00
Roberto Rojas 6de1cbccf5 documents Bindings direction metadata field
Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
2023-06-28 19:06:28 -04:00
Hannah Hunter adbe546df8 Merge branch 'issue_3423' of https://github.com/hhunter-ms/docs into issue_3423 2023-06-28 18:06:15 -04:00
Hannah Hunter fed1396c76 update alert
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-28 18:05:55 -04:00
Hannah Hunter 74b2ad7108 update config schema
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-28 14:21:17 -04:00
Hannah Hunter f4a5ad3f41 update headers for consistency
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-27 15:24:11 -04:00
Mark Fussell 2662d53e6e
Merge branch 'v1.11' into add-scheduled-message-example 2023-06-23 12:40:29 -07:00
Mark Fussell 80c693f7a0
Update daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2023-06-23 09:37:10 -07:00
Hannah Hunter c347960ff7
Merge branch 'v1.11' into v1.11-release-patch-1 2023-06-22 16:24:21 -04:00
fabistb 851bcfdcab adjustments mentioned in pr
Signed-off-by: fabistb <fabian0401@online.de>
2023-06-22 20:48:48 +02:00
Hannah Hunter f9dbb2a091
Merge branch 'v1.11' into issue_3423 2023-06-22 12:01:53 -04:00
Hannah Hunter e24313c2f1 tweak
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-22 12:01:29 -04:00
joshvanl da2291dc2f Update v1.11 latest version to v1.10.1 and add release date
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-06-22 16:58:08 +01:00
Hannah Hunter d1c5df533d
[state store ttl] Add context to persisting state (#3546)
* add context from bernd to ttl

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* fix typo

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* clean up wording

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* update/clarify per bernd

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-store-ttl.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-store-ttl.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-store-ttl.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/building-blocks/state-management/state-store-ttl.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

---------

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-06-21 16:13:34 -07:00
Mark Fussell 107c4a7721
Merge branch 'v1.11' into issue_3568 2023-06-21 15:04:40 -07:00
Hannah Hunter 647308ad95 Merge branch 'issue_3423' of https://github.com/hhunter-ms/docs into issue_3423 2023-06-21 17:01:37 -04:00
Hannah Hunter e49f6066f0 forgot to remove shortcode
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-21 16:58:10 -04:00
Hannah Hunter 46e32f5c70
Merge branch 'v1.11' into issue_3423 2023-06-21 16:56:05 -04:00
Hannah Hunter 4246f03e97 remove python example per bernd
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-21 16:42:22 -04:00
fabistb 2b9001848a adjust headlinec
Signed-off-by: fabistb <fabian0401@online.de>
2023-06-21 21:53:58 +02:00
fabistb 551886ece3 update descriptioc
Signed-off-by: fabistb <fabian0401@online.de>
2023-06-21 21:45:57 +02:00
fabistb 6c29d7a0dd add timestamp formates for scheduleenqeueutimeutc
Signed-off-by: fabistb <fabian0401@online.de>
2023-06-21 21:40:10 +02:00
Hannah Hunter 64f961a043
Merge branch 'v1.11' into issue_3239 2023-06-21 13:22:35 -04:00
Hannah Hunter 50180c4fd0 updates from bernd
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-21 11:39:23 -04:00
Hannah Hunter 0ad633bf66 update toc
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-21 09:43:30 -04:00
Hannah Hunter 9f60dacf0f make workflow quickstart intro more general
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-06-20 13:35:50 -04:00
Hannah Hunter fa919e73ca
Merge branch 'v1.11' into issue_3239 2023-06-20 12:00:49 -04:00