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

Update Playbook docs for Butler registry permissions #195

Merged
merged 2 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Update Playbook for minimal permissions.

    Our previous permissions required delete permission on all tables
    (which we generally don't need), and permissions for all sequences
    (most of which we don't use).
    kfindeisen committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7406168 View commit details
    Browse the repository at this point in the history
  2. Clean up formatting in SQL example.

    SQL is whitespace-agnostic, so there's no reason to make it unreadable.
    kfindeisen committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7f708b8 View commit details
    Browse the repository at this point in the history