components-contrib/configuration
Eileen Yu c3677e3527
cherrypick fix from main branch: drop duplicate awsRegion/region field (#3490) (#3530)
Signed-off-by: Eileen Yu <eileenylj@gmail.com>
2024-09-09 10:26:50 -07:00
..
azure/appconfig Lint fixes (#3526) 2024-09-05 14:46:48 -07:00
postgres cherrypick fix from main branch: drop duplicate awsRegion/region field (#3490) (#3530) 2024-09-09 10:26:50 -07:00
redis [Release 1.14] Cherry Pick of 3470 - Azure Auth for all Redis Components (#3471) 2024-07-01 17:38:29 -07:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
requests.go Removing operation from Updatevent 2023-01-09 20:43:41 +05:30
responses.go fix: Converting configuration API response from an array to dictionary (#1771) 2022-08-25 13:35:02 -07:00
store.go [Metadata] Update validator and some other fixes (#2984) 2023-07-17 22:17:22 +00:00

README.md

Configuration

Configuration components provide a way for your applications to receive configuration values, dynamically.

Learn more about the Configuration building block in Dapr

Implementing a new configuration store

A compliant configuration store needs to implement the Store inteface included in the store.go file.