carloea2 opened a new issue, #4284:
URL: https://github.com/apache/texera/issues/4284

   ### Feature Summary
   
   Improve Auth secret generation by replacing the previous random hex string 
builder with a `SecureRandom`-based implementation that produces fixed-length 
32-character hex strings in a more robust and portable way.
   
https://github.com/apache/texera/blob/3e46ceaf3d3fb84b1ca003c0ad36235f2f3bb2d7/common/config/src/main/scala/org/apache/texera/config/AuthConfig.scala#L48-L55
 
   
   ### Proposed Solution or Design
   
   Update random hex string generation to use `SecureRandom` and fixed-width 
hexadecimal output.
   
   ### Impact / Priority
   
   (P2)Medium – useful enhancement
   
   ### Affected Area
   
   _No response_


-- 
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]

Reply via email to