Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // AuthorizedDDLUsers specifies the users that can perform ddl operations AuthorizedDDLUsers = flag.String("vschema_ddl_authorized_users", "", "List of users authorized to execute vschema ddl operations, or '%' to allow all users.") )
Functions ¶
func Authorized ¶
func Authorized(caller *querypb.VTGateCallerID) bool
Authorized returns true if the given caller is allowed to execute vschema operations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.