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 support for endpoints defined in Kestrel config #4205

Merged
merged 16 commits into from
Jun 3, 2024

Conversation

davidebbo
Copy link
Contributor

@davidebbo davidebbo commented May 16, 2024

Allow endpoints to be defined in the Kestrel config as an alternative to the profile. As is the case at runtime, Kestrel config endpoints override profile endpoints.

Fixes #3456

Microsoft Reviewers: Open in CodeFlow
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label May 16, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label May 16, 2024
@davidebbo davidebbo changed the title DO NOT MERGE: Initial support for Kestrel endpoints May 20, 2024
@davidebbo davidebbo force-pushed the kestrel-config branch 2 times, most recently from 0eb6280 to 54c2305 Compare May 22, 2024 09:21
@davidfowl davidfowl merged commit 86dadcb into dotnet:main Jun 3, 2024
8 checks passed
@davidfowl
Copy link
Member

Thanks @davidebbo !

@fergalmoran
Copy link

So, as the person who originally raised this..
Where are we on getting this into bits we can play with?

@davidebbo
Copy link
Contributor Author

The change is in, but I don't know when it'll make it in some official build, @davidfowl are there daily builds people can get?

@fergalmoran or you could just build the repo and try it there, if only to verify that it works as you expect.

@davidfowl
Copy link
Member

@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication community-contribution Indicates that the PR has been added by a community member
3 participants