-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add white list for graph connection ip and port #221
Conversation
482dac3
to
d491522
Compare
Codecov Report
@@ Coverage Diff @@
## master #221 +/- ##
=========================================
+ Coverage 9.71% 9.89% +0.18%
=========================================
Files 86 86
Lines 2842 2879 +37
Branches 382 389 +7
=========================================
+ Hits 276 285 +9
- Misses 2545 2568 +23
- Partials 21 26 +5
Continue to review full report at Codecov.
|
hubble-be/src/main/java/com/baidu/hugegraph/options/HubbleOptions.java
Outdated
Show resolved
Hide resolved
|
||
public static final ConfigListOption<Integer> CONNECTION_PORT_WHITE_LIST = | ||
new ConfigListOption<>( | ||
"graph_connection.port.white_list", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
port_white_list
@@ -20,7 +20,10 @@ graph-connection.name.unmatch-regex=Invalid connection name, valid name is up to | |||
graph-connection.graph.unmatch-regex=Invalid connection graph, valid graph is up to 48 alpha-numeric characters and underscores and only letters are supported as first letter | |||
graph-connection.graph.unexist=There is no graph with the name {0} on service {1}:{2} | |||
graph-connection.host.unmatch-regex=Invalid connection host, valid host is ip address or alpha-numeric characters and some special symbol like: _!~*'()-. | |||
graph-connection.host.unresolved=Unresolved host or ip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IP
No description provided.