Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce RBAC checking via custom authHandler function #218

Open
wants to merge 28 commits into
base: v1.x/staging
Choose a base branch
from

Commits on May 24, 2021

  1. Some prototype RBAC checking + unfinished comments

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed May 24, 2021
    Configuration menu
    Copy the full SHA
    756b42c View commit details
    Browse the repository at this point in the history
  2. request->username works properly

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed May 24, 2021
    Configuration menu
    Copy the full SHA
    37a9bd7 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Removed logging for TSO credentials

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed May 25, 2021
    Configuration menu
    Copy the full SHA
    d11786a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    552f551 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Moved core RBAC auth code from zowe-common-c into ZSS

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    56d3941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa29df View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Made authHandlers into an array of structs

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f6d670d View commit details
    Browse the repository at this point in the history
  2. Clean-up + changed authType to string in httpServer.c

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    f8e6a20 View commit details
    Browse the repository at this point in the history
  3. Missed a few things

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1b55568 View commit details
    Browse the repository at this point in the history
  4. Removed comment

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    c5c9bac View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Code review changes

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    20ad412 View commit details
    Browse the repository at this point in the history
  2. Removed unneeded comment

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    1673b5f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Some code cleanup

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    632cb11 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Revert back to integer authType

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    517679b View commit details
    Browse the repository at this point in the history
  2. Remove SERVICE_AUTH_NATIVE_WITH_SESSION_TOKEN_NO_RBAC

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    305ab94 View commit details
    Browse the repository at this point in the history
  3. Refactor authorization code

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    be35a36 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Provide ability to pass userData into AuthorizationCheck

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    166c715 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Minor refactoring

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    be5f0e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    59fc275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5880dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16b4ef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    979e105 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Add return code for registerHttpAuthorizationHandler

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    9d7f631 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #233 from lchudinov/feature/add-return-code-for-re…

    …gisterHttpAuthorizationHandler
    
    Add return code for registerHttpAuthorizationHandler
    lchudinov committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    2a1ab84 View commit details
    Browse the repository at this point in the history
  3. Rename AuthorizationHandler to HttpAuthorize

    Signed-off-by: Leonty Chudinov <[email protected]>
    Leonty Chudinov committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    e736e8d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #234 from lchudinov/feature/rename-authorization-h…

    …andler
    
    Rename AuthorizationHandler to HttpAuthorize
    ifakhrutdinov committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    2f45fb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    58bf017 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    14a7225 View commit details
    Browse the repository at this point in the history