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!: support additional vCenter entities for privilege rules #362

Merged
merged 27 commits into from
Sep 10, 2024

Commits on Sep 6, 2024

  1. ci: remove deprecated linter

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9eaea95 View commit details
    Browse the repository at this point in the history
  2. feat: add support for vCenter root, datastore, networks

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    813abc2 View commit details
    Browse the repository at this point in the history
  3. chore: use vrr.Finalize from validator core

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d67dd9f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    0cd9261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef1524d View commit details
    Browse the repository at this point in the history
  3. chore: make reviewable, fix tests

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f09c4e9 View commit details
    Browse the repository at this point in the history
  4. chore: bump validator core

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    8a7d6ca View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. feat: API updates for propagation, entity TUI interaction

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    da08bab View commit details
    Browse the repository at this point in the history
  2. feat: add getters for datastores and networks, remove spectro-interna…

    …l tag & name filtering, clean up vcsim
    
    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7542b3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20e45d9 View commit details
    Browse the repository at this point in the history
  4. refactor: move propagation to rule root; we aren't validating it per-…

    …privilege
    
    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    165e318 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    266012e View commit details
    Browse the repository at this point in the history
  6. chore: make reviewable

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    687b8be View commit details
    Browse the repository at this point in the history
  7. fix: implicit memory aliasing

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7e938f8 View commit details
    Browse the repository at this point in the history
  8. feat: sanitize validation rules, fix tests

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5bf2170 View commit details
    Browse the repository at this point in the history
  9. chore: tidy

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    011ca56 View commit details
    Browse the repository at this point in the history
  10. refactor: make propagation config optional

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b8a9b5d View commit details
    Browse the repository at this point in the history
  11. feat: satisfy YAML interfaces

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6bef6ef View commit details
    Browse the repository at this point in the history
  12. feat: satisfy interfaces for yaml v2

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    54ddd23 View commit details
    Browse the repository at this point in the history
  13. feat: satisfy interfaces for yaml v2

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    37be3f6 View commit details
    Browse the repository at this point in the history
  14. fix: handle case-insensitivity

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d2cd217 View commit details
    Browse the repository at this point in the history
  15. chore: make reviewable

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    56b4284 View commit details
    Browse the repository at this point in the history
  16. fix: add distributed port group to getObjRef

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6cd5586 View commit details
    Browse the repository at this point in the history
  17. fix: sort datastores & networks; return 1st folder if multiple

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c74fb4f View commit details
    Browse the repository at this point in the history
  18. fix: errors.As, not errors.Is

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d418782 View commit details
    Browse the repository at this point in the history
  19. chore: debug logging

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    07b94ad View commit details
    Browse the repository at this point in the history
  20. test: fix network ordering

    Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
    TylerGillson committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d5272af View commit details
    Browse the repository at this point in the history