-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update user secret doesn't work #354
Comments
The problem is here : https://github.com/aminueza/terraform-provider-minio/blob/master/minio/resource_minio_iam_user.go#L104
the fix :
|
You generate a new secret when the string is empty, but you don't have to generate one when the client updates the user secret. |
This was referenced Oct 22, 2022
Closed
Let's hope with the latest round of fixes that this problem is gone. I've released v1.12.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I have an existing minio user, when I try to update the secret for this user it's not working. the user still have the old password.
Steps to Reproduce
Create a new minio user :
then update the ressource secret:
Terraform plan, apply shows the change:
Expected behavior:
login with new user:password --> test: newPassword
Actual behavior:
403 invalid login
I can't login with the new password, but the old password works, so the secret doesn't update
Reproduces how often:
100%
The text was updated successfully, but these errors were encountered: