-
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
Auth module 3.0.2 #323
base: master
Are you sure you want to change the base?
Auth module 3.0.2 #323
Conversation
corgiboygsj
commented
Jul 19, 2021
- Return user allowed menus when user login success.
- Add user management module
- Add project management module
hubble-be/src/main/java/com/baidu/hugegraph/filter/AuthFilter.java
Outdated
Show resolved
Hide resolved
hubble-be/src/main/java/com/baidu/hugegraph/options/HubbleOptions.java
Outdated
Show resolved
Hide resolved
|
||
public static final ConfigOption<String> ADMIN_PASSWORD = | ||
new ConfigOption<>( | ||
"auth.admin_password", |
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.
create a "hubble" user?
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
@@ -129,7 +129,7 @@ private void writeResponse(ServletResponse servletResponse, | |||
try (PrintWriter writer = servletResponse.getWriter()) { | |||
writer.print(JsonUtil.toJson(response)); | |||
} catch (IOException e) { | |||
log.error("Response error",e); | |||
log.error("Failed to get response writer ",e); |
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.
add space before "e"