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

Dashboard certification and authorization #1483

Closed
GreenShadeZhang opened this issue Dec 22, 2023 · 6 comments
Closed

Dashboard certification and authorization #1483

GreenShadeZhang opened this issue Dec 22, 2023 · 6 comments

Comments

@GreenShadeZhang
Copy link

Is it possible to add openid connect and oauth2 configurations to the dashboard, so that we can limit the permissions of people who log in to the dashboard? I don’t know if the official has any ideas, because I see that many open source projects will provide such functions.

@mitchdenny
Copy link
Member

Currently the dashboard only runs locally and binds to localhost so only users on the local machine should be able to access it. Are you seeing something else?

@GreenShadeZhang
Copy link
Author

Currently the dashboard only runs locally and binds to localhost so only users on the local machine should be able to access it. Are you seeing something else?

I want to know whether the final dashboard can be released to the production environment along with the project. If it will be released to the production environment, I think the authentication and authorization of the dashboard are needed. If it is only run in the local development stage, then my suggestion does not make much sense. , I hope you can evaluate it.

@mitchdenny
Copy link
Member

At this point in time the dashboard is only intended for local use. In the future this may change and we'll evaluate appropriate authentication and authorization mechanisms at that point in time. I'll leave this issue open on the backlog.

@leslierichardson95
Copy link

TODO: investigate other issues about auth

@drewnoakes drewnoakes changed the title Suggestions on aspire dashboard certification and authorization Dashboard certification and authorization Feb 12, 2024
@kvenkatrajan
Copy link
Member

Addressed with #3033

@KalleOlaviNiemitalo
Copy link

Is there documentation on how to configure trusted CA certificates for client certificate authentication on the OTLP endpoint? The Kestrel endpoint configuration links to Configure certificate authentication in ASP.NET Core, which mentions CustomTrustStore, but I don't understand how the X509Certificate2Collection is bound to configuration.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

8 participants