Skip to content

Conversation

@AnastasiiaSergienko
Copy link
Contributor

Closes #2

@AnastasiiaSergienko AnastasiiaSergienko added the feature Product feature label May 15, 2020
@AnastasiiaSergienko AnastasiiaSergienko self-assigned this May 15, 2020
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.
Copy link
Collaborator

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]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// [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;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Verified list complete.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@AnastasiiaSergienko AnastasiiaSergienko merged commit 4b550cf into master May 18, 2020
@AnastasiiaSergienko AnastasiiaSergienko deleted the feature/2_add_all_system_privileges branch May 18, 2020 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Product feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add all System Privileges

3 participants