Skip to content

Conversation

@Alevsk
Copy link
Contributor

@Alevsk Alevsk commented Mar 17, 2021

User secret key is not really need it to be stored inside the encrypted
session key, since the change-password endpoint requires the user to
provide the current secret key that password will be used to
initialize a new minio client then we will leverage on the
SetUser operation, this api only works with actual user credentials
and not sts credentials

@Alevsk Alevsk self-assigned this Mar 17, 2021
@Alevsk Alevsk force-pushed the change-password-refactor branch from ef05054 to 0ae9f92 Compare March 17, 2021 22:57
@Alevsk Alevsk linked an issue Mar 17, 2021 that may be closed by this pull request
User secret key is not really need it to be stored inside the encrypted
session key, since the `change-password` endpoint requires the user to
provide the current `secret key` that password will be used to
initialize a new minio client then we will leverage on the
`SetUser` operation, this api only works with actual user credentials
and not sts credentials
@Alevsk Alevsk force-pushed the change-password-refactor branch from 0ae9f92 to b5c3201 Compare March 17, 2021 23:18
@dvaldivia dvaldivia merged commit c48a024 into minio:master Mar 18, 2021
@Alevsk Alevsk deleted the change-password-refactor branch March 18, 2021 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove user secret key from encrypted session token

3 participants