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

Refactor the Database Object Permissions guide #41925

Merged
merged 7 commits into from
Jun 3, 2024

Commits on May 31, 2024

  1. Refactor the Database Object Permissions guide

    Closes #41917
    
    Merge the Database Object Permissions guide into the Database Access
    RBAC guide for greater discoverability and a clearer division of labor
    between the two guides.
    
    This change also includes the following edits to make the refactor
    cleaner, since we can include each troubleshooting step as a separate H3
    in the dateabase object permissions H2:
    
    - Remove an unnecessary troubleshooting step: One step indicates that
      import rules are validated, which is unnecessary to document, since
      validation errors are self explanatory.
    - Instead of mentioning the admin user as a troubleshooting step, add a
      separate H3 for the admin user and describe the `admin_user` field,
      which was not mentioned in the original database object permissions
      guide.
    ptgott committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b2a5329 View commit details
    Browse the repository at this point in the history
  2. Respond to Tener feedback

    - Clarify the placing of the `admin_user` field
    ptgott committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8edfa83 View commit details
    Browse the repository at this point in the history
  3. Restore intro section

    Per Tener and r0mant feedback, integrate the introduction from the
    Database Access Controls page into the newly merged RBAC guide. Frame
    Database Access Controls as encompassing both databases and database
    objects.
    ptgott committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2d12f97 View commit details
    Browse the repository at this point in the history
  4. Respond to r0mant feedback

    ptgott committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ac2e539 View commit details
    Browse the repository at this point in the history
  5. Fix spelling

    ptgott committed May 31, 2024
    Configuration menu
    Copy the full SHA
    dd95f7d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Fix linter issues

    ptgott committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2d2dd2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8402fb3 View commit details
    Browse the repository at this point in the history