Skip to content

HTTP Basic Auth & RBAC Authorization#37

Open
szeka9 wants to merge 4 commits into
mainfrom
development
Open

HTTP Basic Auth & RBAC Authorization#37
szeka9 wants to merge 4 commits into
mainfrom
development

Conversation

@szeka9

@szeka9 szeka9 commented Jul 23, 2026

Copy link
Copy Markdown
Owner

No description provided.

szeka9 added 4 commits July 23, 2026 23:59
Add authentication and authorization module
as an extension of the HTTP state machine.

Add authorization capability based on stored
user data and role definitions. Role definitions
allow glob-based pattern matching with
additive role-based acccess control (RBAC).

Introduce additional configuration parameter
to select the authentication method.
Test resource policy selection, protocol correctness
and prefix-tree abstraction for authorization.
Add simple test cases for HTTP basic auth for positive cases.

Refactor duplicate helper functions and move them to a common
module, imported by test modules.

Add missing content-length value to HTTP requests sent during
the tests.
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