Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11656 )
Change subject: [sentry] SentryAction ...................................................................... [sentry] SentryAction This commit adds SentryAction class to represent a Sentry action in HiveSQL authorizable model. This class provides validation on whether an action can imply another, which allows a higher-level authorization provider to determine if an operation on a object should be allowed. Change-Id: Ib2e60b79a60fd791ec966f6271c676323bf74d49 Reviewed-on: http://gerrit.cloudera.org:8080/11656 Reviewed-by: Dan Burkert <[email protected]> Reviewed-by: Andrew Wong <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/sentry/CMakeLists.txt A src/kudu/sentry/sentry_action-test.cc A src/kudu/sentry/sentry_action.cc A src/kudu/sentry/sentry_action.h 4 files changed, 270 insertions(+), 0 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Andrew Wong: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/11656 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib2e60b79a60fd791ec966f6271c676323bf74d49 Gerrit-Change-Number: 11656 Gerrit-PatchSet: 7 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot
