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

[management] Remove redundant get account calls in GetAccountFromToken #2615

Merged
merged 29 commits into from
Sep 27, 2024

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. refactor jwt groups extractor

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3cf1b02 View commit details
    Browse the repository at this point in the history
  2. refactor handlers to get account when necessary

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e5d55d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. refactor getAccountFromToken

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ccab3b4 View commit details
    Browse the repository at this point in the history
  2. refactor getAccountWithAuthorizationClaims

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    720d36a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c4158 View commit details
    Browse the repository at this point in the history
  4. fix merge

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    021fc8f View commit details
    Browse the repository at this point in the history
  5. revert handles change

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f60a423 View commit details
    Browse the repository at this point in the history
  6. remove GetUserByID from account manager

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8f9c54f View commit details
    Browse the repository at this point in the history
  7. fix tests

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9631cb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    4d9bb7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26dd045 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. refactor handlers to use GetAccountIDFromToken

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8f98add View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7601a17 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. remove locks

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d9f612d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. refactor

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2884038 View commit details
    Browse the repository at this point in the history
  2. add GetGroupByName from store

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1ffe89d View commit details
    Browse the repository at this point in the history
  3. add GetGroupByID from store and refactor

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7561706 View commit details
    Browse the repository at this point in the history
  4. Refactor retrieval of policy and posture checks

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    eab8564 View commit details
    Browse the repository at this point in the history
  5. Refactor user permissions and retrieves PAT

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d14b855 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    16174f0 View commit details
    Browse the repository at this point in the history
  2. Refactor store

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    41b212f View commit details
    Browse the repository at this point in the history
  3. fix lint

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b815393 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c384874 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix add missing policy source posture checks

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    dc82c2d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into refactor-get-account-by-token

    # Conflicts:
    #	management/server/sql_store.go
    bcmmbaga committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    871595d View commit details
    Browse the repository at this point in the history
  3. add store lock

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4575ae2 View commit details
    Browse the repository at this point in the history
  4. fix tests

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b1b2b0a View commit details
    Browse the repository at this point in the history
  5. add get account

    Signed-off-by: bcmmbaga <[email protected]>
    bcmmbaga committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e90d9ce View commit details
    Browse the repository at this point in the history