Align Agglayer role names with their procedures

Open Beginner friendly
#3,228 0 comments 0 reactions 1 assignee View on GitHub

@Fumuran is already working on this.

Since Jul 7, 2026.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
65/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Quiet
Tech stack
rust
Domain
backend, security

Research direction

Find the RBAC role definitions and the gated procedure definitions in the codebase, likely in files related to authorization or the Agglayer. Look for 'GerInjector' role and 'update_ger' procedure. Rename the procedure to match the role naming convention, and verify all other role-procedure pairs for consistency. Run any existing authorization tests to ensure the change works.

Written by the indexing model from the issue text.

Description

agglayer

Currently we have slight inconsistency in names of our Agglayer RBAC roles and the actual gated procedures. In particular, GerInjector role is gating the update_ger.

We should update the update_ger procedure name to be consistent with the role name and make sure that every other name is consistent.

Originally posted by @mmagician in https://github.com/0xMiden/protocol/pull/3130#discussion_r3508852907

Dominant language
Rust
Stars
133
Forks
168
Avg merge
2d 3h
Merged PRs (30d)
93

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from 0xMiden/protocol

All issues in 0xMiden/protocol

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.