-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
docs: Add description of standard Superset roles #23795
docs: Add description of standard Superset roles #23795
Conversation
Tagging a few other people who might want to lay eyes on this before merging, but this looks great (and hugely valuable) to me. Kicked off CI... nag me if it fails or some silly reason and I don't notice :D |
The linter seems to be having problems with the trailing whitespace in the markdown. We might be able to dial down the rigor here for markdown files, but in the meantime, I'd suggest either trimming these by hand really quick, or running |
I removed the only whitespace I could find. I hope this fixes it |
RESOURCES/STANDARD_ROLES.md
Outdated
|can dashboard permalink on Superset|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|O| | ||
|can grant guest token on SecurityRestApi|:heavy_check_mark:|O|O|O| | ||
|can read on AdvancedDataType|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|O| | ||
|can read on EmbeddedDashboard|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|O| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|can read on EmbeddedDashboard|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|O| | |
|can read on EmbeddedDashboard|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|O| | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it's the end-of-file fixer. I think it wants a newline.
I put the newline there, let's see |
SUMMARY
Adds a table which describes the permissions included in the standard Superset roles.
This is largely based on 2.0.1 permissions and needs to be checked.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION