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

Aspire Support #101

Open
NikiforovAll opened this issue May 10, 2024 · 0 comments
Open

Aspire Support #101

NikiforovAll opened this issue May 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NikiforovAll
Copy link
Owner

NikiforovAll commented May 10, 2024

Proposal

Add first-class support for Aspire.

var builder = DistributedApplication.CreateBuilder(args);

builder.AddKeyCloakContainer().WithAuthServices(realm: "MyAwesomeRealm");

builder.Build().Run();

Questions

Q: There are different types of options that we need to configure. Some of them are opt-in. We could inject auth-server-url environment variable and use it as a fallback option.
Q: Should we depend on AddKeycloakContainer or provide our own Aspire Resouce (fork?) to be more independent?

ref: dotnet/aspire#1326
ref: https://github.com/davidfowl/AspireSwaggerUI

@NikiforovAll NikiforovAll added the enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant