influxdata / influxdata/influxdb
SHOW GRANTS on <DatabaseName> should return on all users having grants on this Database
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
### Feature Request
Opening a feature request kicks off a discussion.
Requests may be closed if we're not actively planning to work on them.
__Proposal:__ [Description of the feature]
SHOW GRANTS on
__Current behavior:__ [What currently happens]
Returns errors.
__Desired behavior:__ [What you would like to happen]
Should return all users having grants on this database
__Use case:__ [Why is this important (helps with prioritizing requests)]
Contributor guide
Research direction
Start by reproducing SHOW GRANTS on a database and inspect the existing grant and user-handling paths. The issue provides no file or test entry point, so first locate the implementation and related tests. Done means the command no longer errors and returns every user with grants on the specified database.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- authorization, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100