-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/2 add all system privileges #14
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
Feature/2 add all system privileges #14
Conversation
doc/design.md
Outdated
| ### Granting System Privileges to Database Users | ||
| `dsn~granting-system-privileges-to-database-users~1` | ||
|
|
||
| Users can grant System Privileges to created database users. |
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.
This is also a user level requirement.
| * @param privileges system privileges | ||
| * @return {@link User} instance for fluent programming | ||
| */ | ||
| // [dsn~granting-system-privileges-to-database-users~1] |
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.
| // [dsn~granting-system-privileges-to-database-users~1] | |
| // [impl->dsn~granting-system-privileges-to-database-users~1] |
Please run OFT to make sure tracing is done correctly. Latest version can be downloaded here:
https://search.maven.org/remotecontent?filepath=org/itsallcode/openfasttrace/openfasttrace/3.0.2/openfasttrace-3.0.2.jar
| CREATE_TABLE, CREATE_ANY_TABLE, ALTER_ANY_TABLE, DELETE_ANY_TABLE, DROP_ANY_TABLE, INSERT_ANY_TABLE, | ||
| SELECT_ANY_TABLE, SELECT_ANY_DICTIONARY, UPDATE_ANY_TABLE, CREATE_VIEW, CREATE_ANY_VIEW, DROP_ANY_VIEW, | ||
| CREATE_FUNCTION, CREATE_ANY_FUNCTION, DROP_ANY_FUNCTION, EXECUTE_ANY_FUNCTION, CREATE_SCRIPT, CREATE_ANY_SCRIPT, | ||
| DROP_ANY_SCRIPT, EXECUTE_ANY_SCRIPT; |
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.
👍 Verified list complete.
|
Kudos, SonarCloud Quality Gate passed!
|
Closes #2