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

Authenticate daprd public port #7397

Closed
JoshVanL opened this issue Jan 17, 2024 · 2 comments · May be fixed by #7423
Closed

Authenticate daprd public port #7397

JoshVanL opened this issue Jan 17, 2024 · 2 comments · May be fixed by #7423
Labels
kind/bug Something isn't working stale Issues and PRs without response
Milestone

Comments

@JoshVanL
Copy link
Contributor

Currently, daprd is exposing the public port which exposes the healthz and metadata endpoints. This is exposed publicly on the network. This server has no authentication and is serving requests in plaintext.

The metadata endpoint returns information like actors, subscriptions, components etc.

This represents a massive privacy exposure. This port must be disabled on any multi-tenant deployment of Dapr, however this is not documented anywhere and the daprd logs don't explain that this is happening either. Users are currently exposing this information without knowledge.

We should update this API server to use mTLS based on the dapr identity certificate, and provide an allow list of identities which can connect to this endpoint to authorize it consumption. This is a breaking change, however the current behaviour is not appropriate and should be considered a security vulnerability.

@JoshVanL JoshVanL added the kind/bug Something isn't working label Jan 17, 2024
@JoshVanL JoshVanL added this to the v1.14 milestone Jan 18, 2024
@dapr-bot
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

@dapr-bot dapr-bot added the stale Issues and PRs without response label Mar 18, 2024
@dapr-bot
Copy link
Collaborator

This issue has been automatically closed because it has not had activity in the last 67 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.

@dapr-bot dapr-bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working stale Issues and PRs without response
Projects
Development

Successfully merging a pull request may close this issue.

2 participants