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

[DRAFT] [Feature] Introduces resource sharing and access-control #4746

Draft
wants to merge 22 commits into
base: feature/resource-permissions
Choose a base branch
from

Commits on Nov 20, 2024

  1. Add a base setup for resource access evaluation

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    831dca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c65eff View commit details
    Browse the repository at this point in the history
  3. Adds sample resource plugin

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    118cb07 View commit details
    Browse the repository at this point in the history
  4. Removes node_modules entry from gitingore

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c41b67d View commit details
    Browse the repository at this point in the history
  5. Handles changes related to scope

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    45d4fa5 View commit details
    Browse the repository at this point in the history
  6. Updates sample plugin to implement a custom scope

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    ae2464d View commit details
    Browse the repository at this point in the history
  7. Fixes Checkstyle and spotless issues

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    aea2253 View commit details
    Browse the repository at this point in the history
  8. Fixes initialization error

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1e17dc0 View commit details
    Browse the repository at this point in the history
  9. Renames sample resource plugin and adds a logger statement

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    84746e8 View commit details
    Browse the repository at this point in the history
  10. Changes package name for sample plugin

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    83e4da0 View commit details
    Browse the repository at this point in the history
  11. Re-organizes and renames sample plugin files

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4b9b9b1 View commit details
    Browse the repository at this point in the history
  12. Updates method references to conform to core

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    81216f1 View commit details
    Browse the repository at this point in the history
  13. Fixes compile errors

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    1e33dad View commit details
    Browse the repository at this point in the history
  14. Fixes some names and method implementations

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a671cc1 View commit details
    Browse the repository at this point in the history
  15. Adds few concrete method implementations in security plugin

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    47b73da View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8942a80 View commit details
    Browse the repository at this point in the history
  17. Removes sampleplugin to be added in a separate PR

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2b06603 View commit details
    Browse the repository at this point in the history
  18. Updates settings.gradle

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6f42bf1 View commit details
    Browse the repository at this point in the history
  19. Fixes imports

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    45b002e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Adds concrete implementations of remainder methods

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a30be57 View commit details
    Browse the repository at this point in the history
  2. Fixes spotless errors

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    58003f6 View commit details
    Browse the repository at this point in the history
  3. Fixes log statement

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    078a976 View commit details
    Browse the repository at this point in the history