Opened 3 years ago
Closed 3 years ago
#2453 closed enhancement (fixed)
wcst_import - credentials file should be passed to wcst_import.py from wcst_import.sh
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | wcst_import | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Currently, wcst_import.sh parses the input credentials file by user and passes username and password to wcst_import.py.
It will show the password when one checks processes (e.g: by ps -aux | grep 'wcst_import'
).
Therefore, wcst_import.sh should pass this credentials file to wcst_import.py instead.
Note:
See TracTickets
for help on using tickets.