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

Closed
NikiforovAll opened this issue May 10, 2024 · 1 comment · Fixed by #111
Closed

Aspire Support #101

NikiforovAll opened this issue May 10, 2024 · 1 comment · Fixed by #111
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
@NikiforovAll NikiforovAll linked a pull request Jun 1, 2024 that will close this issue
@NikiforovAll
Copy link
Owner Author

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

Successfully merging a pull request may close this issue.

1 participant