Skip to content

Releases: FireBlinkLTD/fbl-plugins-keycloak-admin-client

Maintenance release

15 Jun 13:35
Compare
Choose a tag to compare
1.8.1

chore: update dependencies & bump version

1.8.0

22 Jan 08:51
Compare
Choose a tag to compare

Added

  • New action handlers to work with Realm Events Config

Updated

Feature release: added 2 new action handlers

17 Apr 11:07
Compare
Choose a tag to compare

Added 2 new action handlers to get and generate new client secret.

Replace request module with superagent due to the deprecation of the first one.

18 Feb 17:51
Compare
Choose a tag to compare

Request module has officially deprecated now.
Superagent is now used to manage API requests to KC. There are no changes to the action handlers contracts or degradation in functionality nor no new features added. This release should be considered as a maintenance only.

More info about request module deprecation can be found here: request/request#3142

Provide default and add the ability to override a user-agent client.

05 Feb 11:03
Compare
Choose a tag to compare

Replace keycloak-admin module with own implementation

04 Feb 20:42
Compare
Choose a tag to compare

Unfortunately keycloak-admin module is using Axios to manage http request and that causes random issues with "socket hang up" errors. New version of the plugin completely rewrites that functionality and uses request module instead.

Added more logs

25 Jan 12:34
Compare
Choose a tag to compare
1.4.3

chore: bump version

Request timeout

23 Jan 16:32
Compare
Choose a tag to compare

Added:

  • Default request timeout (30 seconds).
  • Ability to define custom request timeout.

Ream role creation fix

18 Nov 08:46
Compare
Choose a tag to compare

Fixed

  • Fix issue when realmName was ignored for realm role creation and as a result role was created in master realm.

Service Account Role Mapping Support

25 Oct 20:07
Compare
Choose a tag to compare

Added

  • Service Account Role Mapping action handlers
  • Simplify Client/Group role mappings action handlers

Please refer to updated documentation: