healchow commented on code in PR #5284:
URL: https://github.com/apache/inlong/pull/5284#discussion_r933720010
##########
inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/auth/impl/InlongShiroImpl.java:
##########
@@ -59,6 +60,9 @@ public class InlongShiroImpl implements InlongShiro {
@Autowired
private UserService userService;
+ @Value("${openapi.auth.enabled}")
Review Comment:
Suggest adding a default value in the `@Value` annotation.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]