prom3theu5 / aspirational-manifests

Handle deployments of .NET Aspire AppHost Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to access Aspire dashboard in production?

dotnetian opened this issue · comments

Hi. Is the AppHost project shipped to the production environment when deploying with aspire8? If yes, how can I access it? And also is it possible to do some kind of authorization for accessing the stats?

Hi

Sorry no the AppHost is purely used to generate the manifests
It doesn't actually get bundled up as a container etc

I believe you want the dashboard in prod environment. They are still figuring out how to make it deployable in a easy way, see David's response here: dotnet/aspire#931 (comment)

See dotnet/aspire#1003 for more details on how we're decoupling the dashboard from development so it can be deployed.

Tracking with #118

Added in v0.5.3-preview