ansible-middleware / amq

A collection to manage AMQ brokers
Apache License 2.0
20 stars 11 forks source link

Improve execution time for masked passwords #194

Closed guidograzioli closed 1 month ago

guidograzioli commented 1 month ago

When using the masked passwords functionality, idempotence is guaranteed by pre-parsing existing users, reading salt, and regenerating the one-way hash. In case of pre-masked password some of those steps can be skipped, greatly improving execution time when the users set is large.

Fix #192