-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres Module: additional_users requires password #222
Comments
Have you tried setting the value to
|
Yeah when I tried that earlier it failed as well with this error message:
|
Interesting, this is definitely a bug then. We'll put it on the queue, but would also be happy to review a PR. |
I am working on this bug. This issue is only fixed in postgres module but still exist in mysql and mssql module. |
Fixed in #398 |
When trying to create users with the
additional_users
variable it looks like the desired functionality is for the user's passwords to be defaulted torandom_id.user-password.hex
, but this is not working for me. When I don't provide a password for a user in that list of maps, I receive an invalid value error for the variable. Since I now have to provide a password key to the user maps, the following lookup never reaches the "default" option.The text was updated successfully, but these errors were encountered: