Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dapr Secret Store extension #4477

Open
Jakob-k opened this issue Jun 12, 2024 · 1 comment
Open

Add Dapr Secret Store extension #4477

Jakob-k opened this issue Jun 12, 2024 · 1 comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages dapr
Milestone

Comments

@Jakob-k
Copy link

Jakob-k commented Jun 12, 2024

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:

var secretStore = builder.AddDaprSecretStore("secrets", new DaprSideCarOptions
{
LokalPath = "../components/secretstore"
});
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Jun 12, 2024
@davidfowl davidfowl added dapr area-integrations Issues pertaining to Aspire Integrations packages and removed area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication labels Sep 6, 2024
@joperezr joperezr added the untriaged New issue has not been triaged label Oct 15, 2024
@davidfowl davidfowl removed the feature label Oct 16, 2024
@eerhardt eerhardt added this to the Backlog milestone Jan 14, 2025
@eerhardt eerhardt removed the untriaged New issue has not been triaged label Jan 14, 2025
@FullStackChef
Copy link
Contributor

FullStackChef commented Feb 9, 2025

This should be addressed by CommunityToolkit/Aspire#460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages dapr
Projects
None yet
Development

No branches or pull requests

5 participants