Skip to content

docs: add description for comms gatekeeper#294

Open
pentreathm wants to merge 4 commits intomainfrom
doc/fix-adr-204
Open

docs: add description for comms gatekeeper#294
pentreathm wants to merge 4 commits intomainfrom
doc/fix-adr-204

Conversation

@pentreathm
Copy link
Copy Markdown
Member

No description provided.

@pentreathm pentreathm requested a review from a team as a code owner May 28, 2025 18:26
@pentreathm pentreathm requested a review from aixaCode May 28, 2025 18:26
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 28, 2025

Deploying adr with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5f412da
Status: ✅  Deploy successful!
Preview URL: https://f50483f8.adr-cvq.pages.dev
Branch Preview URL: https://doc-fix-adr-204.adr-cvq.pages.dev

View logs

Comment thread content/ADR-204-comms-architecture.md Outdated
- **Core**: Implements all Archipelago heuristics to calculate and assign an island to a user based on their position.
- **Stats**: A service that exposes users' positions and islands to display realm statistics, providing insights into hot scenes and identifying where crowds are gathering.
- **[NATS](https://nats.io/)**: Message broker to exchange information between services.
- **[Comms Gatekeeper](https://github.com/decentraland/comms-gatekeeper)**: The comms-gatekeeper service serves as the guardian of LiveKit tokens, controlling access to scene rooms. It processes signed fetch requests from clients and generates tokens that provide entry to LiveKit rooms designated for specific scenes or worlds. In the initial version of this implementation, this functionality is managed by this external service to reduce interference with existing services. However, the scene-room gatekeeping for LiveKit will be migrated to Archipelago **Core**, which already holds the necessary keys to grant access to island rooms.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What do you think about adding two main sections?

Archipelago Workers

Comms Gatekeeper

In the Archipelago Workers section, we would include: WS Connector, NATS, Stats, and Core.

In the Comms Gatekeeper section, we would describe the current setup and outline the next steps: moving the scene room logic to core, renaming the service to admin-smart-item-server, and explaining its purpose and functionality.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

sounds good, I'll do a quick refactor

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.

2 participants