-
Notifications
You must be signed in to change notification settings - Fork 39
Keystone: Make user password optional #724
Copy link
Copy link
Description
What would you like to see implemented?
Based on the assumption that not providing a password would instruct keystone to generate one for you, I made the passwordRef field required in #709. This was a wrong assumption: keystone will not create a password. However, creating a passwordless user can still be useful if you want it to authenticate via other means (federation, auth creds, ...). We should make the PasswordRef field optional.
API Ref:
https://docs.openstack.org/api-ref/identity/v3/index.html#create-user
Reactions are currently unavailable