issues
search
AcademySoftwareFoundation
/
OpenCue
A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832
stars
202
forks
source link
[rest_gateway] Enhanced logging and error handling for gRPC gateway initialization
#1586
Closed
ramonfigueiredo
closed
1 week ago
ramonfigueiredo
commented
1 week ago
Added log messages for JWT validation, gRPC handler registration, and other rest_gateways logs
Modified
jwtMiddleware
to log successful token validation and access requests
Refactored gRPC handler registration into a centralized function
Created
registerGRPCHandlers
function to streamline and consolidate the registration of multiple gRPC service handlers
Simplified code structure by using a loop to register each handler, improving maintainability and readability
Added logging for individual handler registration success and errors to facilitate debugging
jwtMiddleware
to log successful token validation and access requestsregisterGRPCHandlers
function to streamline and consolidate the registration of multiple gRPC service handlers