Skip to content
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

Remove user secret key from encrypted session token #652

Merged
merged 1 commit into from
Mar 18, 2021

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 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
@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