Skip to content

[OpenSpec] Authorization RBAC Enhancement#953

Merged
rubenvdlinde merged 2 commits intodevelopmentfrom
feature/951/authorization-rbac-enhancement
Mar 22, 2026
Merged

[OpenSpec] Authorization RBAC Enhancement#953
rubenvdlinde merged 2 commits intodevelopmentfrom
feature/951/authorization-rbac-enhancement

Conversation

@rubenvdlinde
Copy link
Contributor

Implements fine-grained RBAC enhancements: register-level authorization cascade, named role definitions, manage action delegation, permission matrix UI, audit logging. Closes #951

Enriched all active specs to 10-15+ requirements with 3-5 GIVEN/WHEN/THEN
scenarios each. Research includes codebase analysis, competitor analysis,
Dutch government standards, and ADR compliance.

Moved 8 specs to their correct app homes (redirect stubs remain).
Reframed 6 specs as extensions of existing functionality.
All specs pass openspec validate --strict.
…tion, and permission matrix

Implement fine-grained role-based access control enhancements:
- Register-level authorization cascade to schemas without own auth config
- Named role definitions stored in register configuration
- Manage action type for authorization delegation
- Permission matrix admin UI (PermissionMatrix.vue)
- Authorization change audit logging (AuthorizationAuditService)
- Bulk role assignment for schemas within a register
- Public access toggle per schema/register

Backend changes span PermissionHandler, MagicRbacHandler, OasService,
SchemasController, and RegistersController. All pass PHPCS strict checks.

Closes #951
@github-actions
Copy link
Contributor

Quality Report

Repository ConductionNL/openregister
Commit c06c10c
Branch 953/merge
Event pull_request
Generated 2026-03-22 18:40 UTC
Workflow Run https://github.com/ConductionNL/openregister/actions/runs/23409765798

Summary

Group Result
PHP Quality FAIL
Vue Quality FAIL
Security PASS
License PASS
PHPUnit SKIP
Newman SKIP

PHP Quality

Tool Result
lint PASS
phpcs FAIL
phpmd PASS
psalm PASS
phpstan PASS
phpmetrics PASS

Vue Quality

Tool Result
eslint FAIL
stylelint PASS

Security

Ecosystem Result
composer PASS
npm PASS

License Compliance

Ecosystem Result
composer PASS
npm PASS

composer dependencies (147 total)

Metric Count
Approved (allowlist) 146
Approved (override) 1
Denied 0

npm dependencies (586 total)

Metric Count
Approved (allowlist) 585
Approved (override) 1
Denied 0

PHPUnit Tests

PHPUnit tests were not enabled for this run.

Integration Tests (Newman)

Newman integration tests were not enabled for this run.


Generated automatically by the Quality workflow.

Download the full PDF report from the workflow artifacts.

@rubenvdlinde rubenvdlinde merged commit 16dbaac into development Mar 22, 2026
33 of 37 checks passed
@rubenvdlinde rubenvdlinde deleted the feature/951/authorization-rbac-enhancement branch March 22, 2026 21:20
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.

1 participant