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

feat: adding scopedenforcementactions #3321

Merged
merged 26 commits into from
Jul 31, 2024

Commits on Jul 25, 2024

  1. adding scoped enforcement actions

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    239801c View commit details
    Browse the repository at this point in the history
  2. fixing tests

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    45b3a0b View commit details
    Browse the repository at this point in the history
  3. fixing bats

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    92426e6 View commit details
    Browse the repository at this point in the history
  4. fixing bats test

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    641315b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fixing duplicate review option in webhook

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2055dcb View commit details
    Browse the repository at this point in the history
  2. renaming sourceEP -> EnforcementPoint

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c5c6fbe View commit details
    Browse the repository at this point in the history
  3. client must always be initiazed with enforcement point

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d7e8d78 View commit details
    Browse the repository at this point in the history
  4. adding test enforcement points in unit tests

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2aadeeb View commit details
    Browse the repository at this point in the history
  5. fixing unit tests

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    342c354 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. adding test, adding docs

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    ee34bd7 View commit details
    Browse the repository at this point in the history
  2. updating docs

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    2434d04 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. adding empty enforcement point error

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    417d97b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. updating docs

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cabbfaf View commit details
    Browse the repository at this point in the history
  2. refactoring tests, adding enforcement point validation

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5875a7e View commit details
    Browse the repository at this point in the history
  3. renaming tests

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    629f56c View commit details
    Browse the repository at this point in the history
  4. refactoring tests

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b990ebf View commit details
    Browse the repository at this point in the history
  5. adding scoped enforcement actions in webhook logging and events

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    51ecc2d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. removing lowercase conversion for enforcement point

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    90717cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5c965 View commit details
    Browse the repository at this point in the history
  3. updating with latest frameworks changes

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5172a87 View commit details
    Browse the repository at this point in the history
  4. refactoring getValidationMessage for logDenies and emitAdmissionEvents

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9837f83 View commit details
    Browse the repository at this point in the history
  5. adding test for unrecognized enforcement point

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e341164 View commit details
    Browse the repository at this point in the history
  6. bringing frameworks changes

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a920e36 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3be726d View commit details
    Browse the repository at this point in the history
  8. updating docs

    Signed-off-by: Jaydip Gabani <gabanijaydip@gmail.com>
    JaydipGabani committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    afe7999 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee74b6c View commit details
    Browse the repository at this point in the history