feat: add ingore security check api by zyxxoo · Pull Request #1784 · apache/hugegraph
CLA Assistant Lite bot Good! All Contributors have signed the CLA.
| public static void addIgnoreCheck(String clazz) { | ||
| if (callFromGremlin()) { | ||
| throw newSecurityException( | ||
| "Not allowed to add ignore check via Gremlin"); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add ignore-checked class
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this method be called when inited best, if add ignore-checked, maybe it is called on other time;
zhoney
deleted the
tikv_security
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters