- [Authorization Extension v2] Implement authorization extension v2 to support:
- 'get-user-roles' capabilities
- 'is-valid-user' authorization extension request
-
#34 - Cleaner logs by default + Update dependencies for Java 9 and beyond
- Logs won't show stack traces by default for a failed authentication. Can turn on DEBUG logging to see stack traces.
- #20 - Use utf-8 to read password file
Cleaned up the build script. No change in functionality.
Reduced the size of the plugin from 1.2MB to 300KB by removing dependencies on utility code from apache commons. There are no functional changes from the previous release.
005bbb2 - Bundled with GoCD v17.6.0
- #15 - Added support for passwords hashed using
bcrypt
- Passwords hashed using
SHA1
will stop working. Users are encouraged to migrate their password files to usebcrypt
instead ofSHA1
8493784 - Bundled with GoCD v17.5.0
- Improved overall logging
- Username matching is now case-insensitive
Initial release of plugin.