Skip to content

Conversation

@Mr-Leshiy
Copy link
Contributor

@Mr-Leshiy Mr-Leshiy commented Nov 18, 2025

Description

Feature branch which would contain all RBAC improvements for the cat-gateway

Related Issue(s)

Closes #3507

Related Pull Requests

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

…tion` table (#3724)

* remove `removed_addresses` from the `rbac_registration` table

* fix clippy

* wip
@Mr-Leshiy Mr-Leshiy added squad: gatekeepers Catalyst App Backend, System Development & Integration Team draft Draft labels Nov 18, 2025
@github-actions
Copy link
Contributor

📚 Docs Preview

The docs for this PR can be previewed at the following URL:

https://docs.dev.projectcatalyst.io/voices/feature/new-rbac


// Update other chains that were affected by this registration.
for (catalyst_id, removed_addresses) in modified_chains {
for (catalyst_id, _) in modified_chains {
Copy link
Member

Choose a reason for hiding this comment

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

I think we can update RbacValidationSuccess::modified_chains because we no longer need the stake addresses there. Am I missing something?

…3730)

* apply latest `rbac-registration` crate

* fix

* cleanup

* fix

* fix spelling

* wip

* fix clippy
@Mr-Leshiy Mr-Leshiy added review me PR is ready for review draft Draft do not merge yet PR is not ready to be merged yet and removed draft Draft review me PR is ready for review labels Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge yet PR is not ready to be merged yet draft Draft squad: gatekeepers Catalyst App Backend, System Development & Integration Team

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

Update/remove the RBAC validation

3 participants