You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the end user choose to use xcatha.py -s to set up his/her xCAT management with MariaDB or PostgreSQL database, the script xcatha.py with use a plain word cluster as the database password. I believe this behavior is improper, and may lead the security problem.
I suggest use a random and strong word as the database password. And it will be write to xCAT configuration file /etc/xcat/cfgloc. This will be much better.
This bug is against
xcatha.py
commit 6e4c13e.When the end user choose to use
xcatha.py -s
to set up his/her xCAT management with MariaDB or PostgreSQL database, the scriptxcatha.py
with use a plain wordcluster
as the database password. I believe this behavior is improper, and may lead the security problem.I suggest use a random and strong word as the database password. And it will be write to xCAT configuration file
/etc/xcat/cfgloc
. This will be much better.The text was updated successfully, but these errors were encountered: