docs: document Enterprise ACL inspection functions - #566
Open
glasstiger wants to merge 5 commits into
Open
glasstiger wants to merge 5 commits into
glasstiger wants to merge 5 commits into
Conversation
|
🚀 Build success! Latest successful preview: https://preview-566--questdb-documentation.netlify.app/docs/ Commit SHA: d5293d1
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document the Enterprise ACL inspection functions introduced by questdb/questdb-enterprise#1222 and make the Access control functions page a complete reference for all four ACL table functions:
all_permissions()permissions()active_permissions()active_grants()The reference now includes an Enterprise marker, formal function grammar, result columns, authorization requirements, limitations, and precise database-, table-, and column-scope semantics. Verified SQL examples and result tables cover:
Limitations explain access paths not represented directly, including views and assumed service accounts.
Related changes:
SHOW PERMISSIONSheadings into one section covering current and named entities, add a result example, and preserve the old#show-permissions-for-current-userand#show-permissions-userdeep links.SHOW,GRANT, andREVOKE, plus stableactive_permissionsandactive_grantscompatibility anchors.all_permissions()lists available permissions rather than applied grants.LIST USERS,USER DETAILS, or both are required.Dependencies
active_permissions()andactive_grants()require questdb/sql-parser#37.