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

Syndics honor MoM acl #63428

Merged
merged 14 commits into from
Jan 12, 2023
Merged

Commits on Jan 11, 2023

  1. Syndics honor MoM acl

    dwoz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    98a2655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8296d5c View commit details
    Browse the repository at this point in the history
  3. Update tests

    We want to ensure that targeting invalid minions does *not* allow us to
    run any sort of shenanigans on the minions in question! This ensures
    that valid commands (i.e. file.touch in this case) cannot inadvertently
    be sent to minions that we don't have ACL for.
    waynew authored and dwoz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    93dd8b4 View commit details
    Browse the repository at this point in the history
  4. Address test issues

    dwoz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    20edbfd View commit details
    Browse the repository at this point in the history
  5. Re-use request clients

    dwoz committed Jan 11, 2023
    4 Configuration menu
    Copy the full SHA
    5249eac View commit details
    Browse the repository at this point in the history
  6. Update docs

    dwoz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    cb88480 View commit details
    Browse the repository at this point in the history
  7. Add changelogs

    dwoz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    da5ad94 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    dwoz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    26f7a4c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    957d270 View commit details
    Browse the repository at this point in the history
  10. Remove docker puge logic

    dwoz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4a141d5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6d1c78 View commit details
    Browse the repository at this point in the history
  12. Fix isort precommit

    dwoz committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9d0ba70 View commit details
    Browse the repository at this point in the history
  13. Use test instead of ls

    It's possible that the output of ls is different for some reason, but
    test -f should always return 0 if the file exists, or 1 otherwise. We
    want it to be not 0.
    waynew committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    416a59c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

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