-
Notifications
You must be signed in to change notification settings - Fork 0
Authorization module #17
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestnew moduleIssue descirbes a feature that should be added as a separate moduleIssue descirbes a feature that should be added as a separate module
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnew moduleIssue descirbes a feature that should be added as a separate moduleIssue descirbes a feature that should be added as a separate module
The authorization module should provide following context rules(see #16) which execute only if condition given to them is correct:
AuthorizeWithHeader <Header> <Value>checks that header is set to value and provide identity of rules inside or would abort with 401AuthorizeWithTool <Tool>would put all headers to stdin of given tool, and if tool returns 0 would then allow authorization, otherwise aborts with 401