This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
Releases: flytreeleft/nexus3-keycloak-plugin
Releases · flytreeleft/nexus3-keycloak-plugin
0.6.0-prev1-SNAPSHOT
- Support auth for Service Accounts Clients of Keycloak (see #71). Warning: there are some known error issues when getting the service account with Keycloak 12, so you should use the later version of that if you want to use this feature, thanks @tmaroschik .
v0.5.0
The v0.5.0 contains the following improvements:
- Consider the authentication with email-like username for SSO.
- Add debug logs when creating a client from a
keycloak.json
. - Support the option
disable-trust-manager
andallow-any-hostname
(see more in Keycloak Java Adapter Config) ofkeycloak.json
to disable SSL verification in test environments. - Support proxy setting in
keycloak.json
:{ "proxy-url": "http://<proxy-username>:<proxy-password>@<proxy-host>:<proxy-port>" }
. - Add Keycloak user's roles logging.
Thank @josedev-union (#56), @jam01 (#62) and @s-starostin (#69).
v0.4.1
The v0.4.1 contains the following improvements and bugfixes:
- Consider the authentication with email-like username for SSO.
- Add debug logs when creating a client from a
keycloak.json
. - Support the option
disable-trust-manager
andallow-any-hostname
(see more in Keycloak Java Adapter Config) ofkeycloak.json
to disable SSL verification in test environments.
Thank @josedev-union (#56) and @jam01 (#62).
0.5.0-prev1-SNAPSHOT
- Support proxy setting in
keycloak.json
:{ "proxy-url": "http://<proxy-username>:<proxy-password>@<proxy-host>:<proxy-port>" }
0.4.1-prev2-SNAPSHOT
- Add debug logs when creating a client from a
keycloak.json
. - Support the option
disable-trust-manager
andallow-any-hostname
(see more in Keycloak Java Adapter Config) ofkeycloak.json
to disable SSL verification in test environments.
0.4.1-prev1-SNAPSHOT
- Consider the authentication with email-like username for SSO, fixed by @josedev-union for #56
v0.4.0
This is the first GA version for 0.4.x. It contains the following improvements and bugfixes:
- Make compatibility for Keycloak 9. Note: The previous versions of Keycloak are also supported.
- Update the Nexus and the nexus3-keycloak-plugin to the latest version in
docker/Dockerfile
for #43. - Typo fixed #45 (Thank @nonshankus).
- Ignore the missing properties of the Keycloak model when deserializing the JSON response #44 (Thank @hypery2k).
v0.3.5
This version contains the following improvements and bugfixes:
- Fix
java.lang.NullPointerException: null
error (#34) when the Keycloak generatesauth-server-url
with trailing slashes. Thanks @peschmae for #38. - Always lowercase username to prevent the Nexus3 to create multiple user session for the same user. Note: The Keycloak will ignore the case of username. Thanks @TNorad for #35.
0.4.0-prev2-SNAPSHOT
- Update the Nexus and the nexus3-keycloak-plugin to the latest version in
docker/Dockerfile
for #43. - Typo fixed #45 (Thank @nonshankus).
- Ignore the missing properties of the Keycloak model when deserializing the JSON response #44 (Thank @hypery2k).
0.4.0-prev1-SNAPSHOT
- Make compatibility for Keycloak 9. Note: The previous versions of Keycloak are also supported.