Document access control stack and RBAC model - #1690
Open
alexandratran wants to merge 8 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
# Conflicts: # docs/stack/evaluate/deployment-models.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an updated Access control page under Lineth Stack > Deployment architecture, describing the current access control stack (access control endpoint, RBAC model, audit logs), how the architecture fits together, and how the endpoint evaluates RPC requests using RBAC permissions.
Renamed the file from
rbac.mdxtoaccess-control.mdx, and made contextual and link edits across related docs.Preview: https://doc-linea-git-rbac-interop-consensys-incorporated.vercel.app/stack/deployment/access-control
A follow up PR will document the related Lineth-to-Lineth interoperability feature.
Note
Low Risk
Documentation and navigation only; no runtime, auth, or contract behavior changes.
Overview
Replaces the short Access control page at
rbac.mdxwithaccess-control.mdx, documenting the full stack: privacy proxy (Open Privacy Suite), RBAC (organizations, groups, contract grants, claims), block explorer BFF, chain indexer, audit logs, and the fail-closed JSON-RPC evaluation flow (JWT, tracing, redaction).Cross-doc updates point to the new URL: deployment index, high availability (privacy proxy wording), evaluate pages (compliance, deployment models, security, trust, validium), protocol architecture (restricted explorer via proxy + indexer), and RPC services.
redirects.json,sidebars.js, deployment SVG, andllms.txtfollow the rename.The standalone glossary entry Role-based access control (RBAC) is removed from the ZK glossary and
glossary.json; RBAC is now explained on the access control page instead.Reviewed by Cursor Bugbot for commit 95a3fd8. Bugbot is set up for automated code reviews on this repo. Configure here.