dell / ansible-powerscale

PowerScale (Isilon) Ansible modules
GNU General Public License v3.0
25 stars 21 forks source link

[FEATURE]: Changing a user password #40

Closed commonism closed 1 year ago

commonism commented 1 year ago

Describe the solution you'd like Using dellemc.powerscale.user changing a user password for users is not possible. The password parameter is ignore for all operations but "create".

Therefore it is not possible to bootstrap a PowerScale Cluster using ansible, the root/admin user account passwords can not be set.

Describe alternatives you've considered If a password is supplied - set it. Consider it a change.

Additional context The API exists already https://github.com/Isilon/isilon_sdk_python/blob/a76bec4087528b16679c54f4c9e1200a590b47bd/isi_sdk_9_1_0/isi_sdk_9_1_0/api/auth_users_api.py#L401-402

anupamaloke commented 1 year ago

Fixed by #51