mirror of https://github.com/apache/druid.git
d623756c66
Add class PasswordHashGenerator. Move hashing logic from BasicAuthUtils to this new class. Add cache in the hash generator to contain the computed hash of passwords and boost validator performance Cache has max size 1000 and expiry 1 hour Key of the cache is an SHA-256 hash of the (password + random salt generated on service startup) |
||
---|---|---|
.. | ||
src | ||
pom.xml |