kumaab opened a new pull request, #256:
URL: https://github.com/apache/ranger/pull/256

   ## What changes were proposed in this pull request?
   
   Aims to replace existing scripts with update_credentials.py
   
   Fixes the following:
   * changepasswordutil.py exposes passwords while taking input, use getpass 
instead.
   * unused imports
   * RMI call to java may hang indefinitely in case the command doesn't 
complete, add a timeout(60s) instead.
   * Redundant logging constructs
   * Fix while loops for parsing user input
   * Use argparse & getpass to parse input
   * Avoid sys.exit(1) in function calls to be more reusable.
   * migrate to python3
   * Consolidate functionalities to the CredManager class.
   
   
   
   ## How was this patch tested?
   
   Tested username and password updates on ubuntu successfully using docker.


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