Skip to content

Authorization module #17

Description

@0xf104a

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 401
  • AuthorizeWithTool <Tool> would put all headers to stdin of given tool, and if tool returns 0 would then allow authorization, otherwise aborts with 401

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestnew moduleIssue descirbes a feature that should be added as a separate module

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions