yangzhg commented on code in PR #17073: URL: https://github.com/apache/doris/pull/17073#discussion_r1121071369
########## gensrc/thrift/FrontendService.thrift: ########## @@ -755,6 +755,38 @@ struct TConfirmUnusedRemoteFilesResult { 1: optional list<Types.TTabletId> confirmed_tablets } +enum TPrivilegeType { + SHOW = 0, + SHOW_RESOURCES = 1, + GRANT = 2, + ADMIN = 3, + LOAD = 4, + ALTER = 5, + USAGE = 6, + CREATE = 7, + ALL = 8, + OPERATOR = 9, + DROP = 10 +} + +struct THttpAuthRequest { Review Comment: why called HttpAut ########## gensrc/thrift/FrontendService.thrift: ########## @@ -755,6 +755,38 @@ struct TConfirmUnusedRemoteFilesResult { 1: optional list<Types.TTabletId> confirmed_tablets } +enum TPrivilegeType { + SHOW = 0, + SHOW_RESOURCES = 1, + GRANT = 2, + ADMIN = 3, + LOAD = 4, + ALTER = 5, + USAGE = 6, + CREATE = 7, + ALL = 8, + OPERATOR = 9, + DROP = 10 +} + +struct THttpAuthRequest { Review Comment: why called HttpAuth -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org