Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Releases: flytreeleft/nexus3-keycloak-plugin

0.6.0-prev1-SNAPSHOT

08 Aug 13:50
Compare
Choose a tag to compare
0.6.0-prev1-SNAPSHOT Pre-release
Pre-release
  • 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

18 Apr 01:53
Compare
Choose a tag to compare

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 and allow-any-hostname (see more in Keycloak Java Adapter Config) of keycloak.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

17 Jan 04:13
Compare
Choose a tag to compare

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 and allow-any-hostname (see more in Keycloak Java Adapter Config) of keycloak.json to disable SSL verification in test environments.

Thank @josedev-union (#56) and @jam01 (#62).

0.5.0-prev1-SNAPSHOT

26 Dec 12:42
Compare
Choose a tag to compare
0.5.0-prev1-SNAPSHOT Pre-release
Pre-release
  • Support proxy setting in keycloak.json: { "proxy-url": "http://<proxy-username>:<proxy-password>@<proxy-host>:<proxy-port>" }

0.4.1-prev2-SNAPSHOT

19 Dec 05:47
Compare
Choose a tag to compare
0.4.1-prev2-SNAPSHOT Pre-release
Pre-release
  • Add debug logs when creating a client from a keycloak.json.
  • Support the option disable-trust-manager and allow-any-hostname (see more in Keycloak Java Adapter Config) of keycloak.json to disable SSL verification in test environments.

Thank @jam01 for the PR #62.

0.4.1-prev1-SNAPSHOT

09 Nov 12:44
Compare
Choose a tag to compare
0.4.1-prev1-SNAPSHOT Pre-release
Pre-release
  • Consider the authentication with email-like username for SSO, fixed by @josedev-union for #56

v0.4.0

26 Jun 05:27
Compare
Choose a tag to compare

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

26 Jun 06:24
Compare
Choose a tag to compare

This version contains the following improvements and bugfixes:

  • Fix java.lang.NullPointerException: null error (#34) when the Keycloak generates auth-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

11 Apr 10:02
b3c0158
Compare
Choose a tag to compare
0.4.0-prev2-SNAPSHOT Pre-release
Pre-release
  • 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

29 Mar 13:52
Compare
Choose a tag to compare
0.4.0-prev1-SNAPSHOT Pre-release
Pre-release
  • Make compatibility for Keycloak 9. Note: The previous versions of Keycloak are also supported.