Skip to content

Conversation

mpucholblasco
Copy link

This PR includes bcrypt hash support for passwords. Added a new parameter on auth called authentication_method, which specifies the hash used on password. Valid parameters are plain (default one to maintain compatibility) and bcrypt.

Also includes #22.

Fixes #2 .

mpucholblasco and others added 7 commits December 23, 2019 13:59
* Added audit logging for file put

* Added audit logs for all file operations

* Audit logging to info

* [CHG] initialization based on struct

Co-authored-by: Dmitry Chepurovskiy <[email protected]>
* [CHG] return error to client when upload to s3 fails

* [CHG] remove unused path
* Add support for mkdir/rmdir methods

* Add Prometheus metrics support

* Fix readme formatting

* Fix readme formatting

* Add support for mkdir/rmdir methods (#2)

* Add gitignore

* Lock dependencies

* Add dockerfile

* [CHG] dockerfile to use go mod

Co-authored-by: Yurii Vlasenko <[email protected]>
* [WIP] multipartupload

* [WIP] large files

* [ADD] partition pool timeout and cancel

* [FIX] incorrect locks

* [CHG] improved dockerfile

* [CHG] readme with latest changes

* [CHG] renamed part pool to memory buffer pool
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hashed password support
1 participant