-
Notifications
You must be signed in to change notification settings - Fork 15
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
Provider keeps adding UPDATE_PASSWORD
to user required actions
#62
Comments
Greetings, i would say that is expected behavior wrt to the current logic of the Provider. I'll test it myself and report back to you. However, do you even need update_password, if you have set the Initial password to temporary? I'll think about how we can solve this issue of continously applied required Actions |
Well applying the update password action is fine after creating the user, however it adding that action after the user has set their new password... So they have to keep updating their password every few minutes |
Yeah, the question is how we shall differentiate that. Besides of that, I don't think you need a
because the Besides that:
One solution without changing the provider itself would be:
That approach would not work for any GitOps based workflow tho and would require additional changes / selfbuild logic in the provider. |
So the instance in question is running on keycloak |
i wonder if we can skip |
this is happening in our keycloak instance in version 24.0.7 , the user required action continuously updates and asks for update_password to all users if we set the temporary field to true , it is mentioned in documentation that If set to true, the initial password is set up for renewal on first use. |
please test |
I am using keycloak version
21.1.1
with the providerv0.10.0
and after changing my initial password and waiting a few minutes the actionUPDATE_PASSWORD
is added to the required actions...I tried to see if this was an issue with the upstream terraform provider, but I did not see anything in the issues....
Any help would be awesome, thanks.
The text was updated successfully, but these errors were encountered: