Releases: FireBlinkLTD/fbl-plugins-keycloak-admin-client
Releases · FireBlinkLTD/fbl-plugins-keycloak-admin-client
Maintenance release
1.8.1 chore: update dependencies & bump version
1.8.0
Added
- New action handlers to work with Realm Events Config
Updated
- Plugin updated to work with [email protected]
Feature release: added 2 new action handlers
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.
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.
1.5.1 feat: fix lint issue
Replace keycloak-admin module with own implementation
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
1.4.3 chore: bump version
Request timeout
Added:
- Default request timeout (30 seconds).
- Ability to define custom request timeout.
Ream role creation fix
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
Added
- Service Account Role Mapping action handlers
- Simplify Client/Group role mappings action handlers
Please refer to updated documentation: