You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to define my Dapr dependencies in my application code as much as possible, instead of relying on various yaml files.
PubSub and StateStore is already supported (to an extend).
Proposed API
I would like to use something like:
var secretStore = builder.AddDaprSecretStore("secrets", new DaprSideCarOptions
{
LokalPath = "../components/secretstore"
});
The text was updated successfully, but these errors were encountered:
Background and Motivation
I want to define my Dapr dependencies in my application code as much as possible, instead of relying on various yaml files.
PubSub and StateStore is already supported (to an extend).
Proposed API
I would like to use something like:
The text was updated successfully, but these errors were encountered: