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 16 commits into
base: main
Choose a base branch
from

Commits on Aug 30, 2024

  1. Add a base setup for resource access evaluation

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

Commits on Sep 3, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    64c587b View commit details
    Browse the repository at this point in the history
  2. Adds sample resource plugin

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

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

Commits on Sep 11, 2024

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

Commits on Oct 2, 2024

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

Commits on Oct 4, 2024

  1. Handles changes related to scope

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

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

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

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

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

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

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

    Signed-off-by: Darshit Chanpura <[email protected]>
    DarshitChanpura committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    117671c View commit details
    Browse the repository at this point in the history
  9. Fixes compile errors

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