Skip to content

Fixes for Indexing Section #971

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

Merged
merged 4 commits into from
Jun 5, 2025
Merged

Fixes for Indexing Section #971

merged 4 commits into from
Jun 5, 2025

Conversation

idalithb
Copy link
Contributor

@idalithb idalithb commented Jun 3, 2025

  • Removing Agora
  • Changing language around graph-node

@idalithb idalithb requested a review from a team as a code owner June 3, 2025 22:20
Comment on lines 88 to 92
> **Important**: Be careful about exposing ports publicly - **administration ports** should be kept locked down. This includes the the Graph Node JSON-RPC endpoint.
> **WARNING: Never expose Graph Node's administrative ports to the public**.
>
> - Exposing Graph Node's internal ports can lead to a full system compromise.
> - These ports must remain **private**: JSON-RPC Admin endpoint, Indexing Status API, and PostgreSQL.
> - Only expose 8000 (GraphQL HTTP) and 8001 (GraphQL WebSocket) if needed. Lock everything else down with firewalls or private networks.
Copy link

@encalypto encalypto Jun 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use stronger language here to indicate that no ports should be exposed, even 8000 / 8001? Ideally these are proxied via indexer-agent instead, and that uses some kind of production-ready proxy

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@encalypto done! ✅

@idalithb idalithb merged commit 2ea9cb8 into main Jun 5, 2025
4 checks passed
@idalithb idalithb deleted the Fixes branch June 5, 2025 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants