terraform-provider-rabbitmq icon indicating copy to clipboard operation
terraform-provider-rabbitmq copied to clipboard

FeatureRequest: allow password-less users

Open womblep opened this issue 1 year ago • 0 comments

There is a requirement to create a user without a password. All our users authenticate via X.509 certificates so never have passwords. While I can create the users, I would need to manually go in and disable the password via the Management UI for each one.

The rabbit-hole library has a specific function for it (PutUserWithoutPassword) for this purpose. It may be that if the password was just made optional rather than mandatory, it may work correctly. I havent tested that though.

womblep avatar Mar 14 '23 05:03 womblep