14
0
Commit Graph

7 Commits

Author SHA256 Message Date
0dfb4ab8eb Accepting request 1146492 from devel:languages:python
- Update to 3.7.0:
  * add KeycloakAdmin.get_idp()
  * Update dynamic client using registration access token
  * add an optional search criteria to the get_realm_roles function
  * added KeycloakAdmin.update_client_authz_resource()
  * Implement missing admin method create_client_authz_scope_based_permission()
    and create_client_authz_policy()
  * Add query to get users group method and permit pagination
  * Changes the exchange token API
  * do not swap realm for user_realm when logging in with a client service
    account
  * Fixes `Authorization.load_config` breaking if a scope based permission
    is linked with anything other than a role based policy.
  * Add get and delete methods for client authz resources
  * loose requests pgk and remove urllib3 as dependency
  * Check if _s exists in ConnectionManager before deleting it
  * deprecation warnings in keycloak_admin.py
  * Add UMA policy management and permission tickets
  * add initial access token support and policy delete method
  * Check if applyPolicies exists in the config
  * implement cache clearing API
  * get_group_by_path uses Keycloak API to load
  * add Keycloak UMA client
  * update header if token is given
  * init KeycloakAdmin with token
  * added default realm roles handlers
  * fix testing create_client_authz_scopes parameters
  * option for enabling users
  * helping functions for disabling users
- Add patch fix-version.patch:

OBS-URL: https://build.opensuse.org/request/show/1146492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-keycloak?expand=0&rev=3
2024-02-14 22:19:07 +00:00
b5aa4cdc17 - Update to 3.7.0:
* add KeycloakAdmin.get_idp()
  * Update dynamic client using registration access token
  * add an optional search criteria to the get_realm_roles function
  * added KeycloakAdmin.update_client_authz_resource()
  * Implement missing admin method create_client_authz_scope_based_permission()
    and create_client_authz_policy()
  * Add query to get users group method and permit pagination
  * Changes the exchange token API
  * do not swap realm for user_realm when logging in with a client service
    account
  * Fixes `Authorization.load_config` breaking if a scope based permission
    is linked with anything other than a role based policy.
  * Add get and delete methods for client authz resources
  * loose requests pgk and remove urllib3 as dependency
  * Check if _s exists in ConnectionManager before deleting it
  * deprecation warnings in keycloak_admin.py
  * Add UMA policy management and permission tickets
  * add initial access token support and policy delete method
  * Check if applyPolicies exists in the config
  * implement cache clearing API
  * get_group_by_path uses Keycloak API to load
  * add Keycloak UMA client
  * update header if token is given
  * init KeycloakAdmin with token
  * added default realm roles handlers
  * fix testing create_client_authz_scopes parameters
  * option for enabling users
  * helping functions for disabling users
- Add patch fix-version.patch:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-keycloak?expand=0&rev=6
2024-02-14 01:32:43 +00:00
43a51dd1b7 Accepting request 1042917 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1042917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-keycloak?expand=0&rev=2
2022-12-15 18:24:59 +00:00
96a71ecc90 Accepting request 1042772 from home:yarunachalam:branches:devel:languages:python
- Update to version v2.6.0 (2022-10-03)
  Feat
  * attack detection API implementation
- Update to v2.5.0 (2022-08-19)
  No changelog
- Update to v2.4.0 (2022-08-19)
  Feat
  * add client scope-mappings client roles operations
  * added missing functionality to include attributes when returning realm roles according to specifications
- Update to v2.3.0 (2022-08-13)
  Feat
  * Add token_type/scope to token exchange api
- Update to v2.2.0 (2022-08-12)
  Feat
  * add client scope-mappings realm roles operations
- Update to v2.1.1 (2022-07-19)
  Fix
  * removed whitespace from urls
  Refactor
  * applied linting
-Update to v2.1.0 (2022-07-18)
 Feat
  * add unit tests
  * add docstrings
  * add functions covering some missing REST API calls
 Fix
  * linting
  * now get_required_action_by_alias now returns None if action does not exist
  * moved imports at the top of the file
  * remove duplicate function

OBS-URL: https://build.opensuse.org/request/show/1042772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-keycloak?expand=0&rev=4
2022-12-14 12:35:42 +00:00
95265898e2 Accepting request 974093 from devel:languages:python
This packages is now used in projects which deal with Keycloak's API.

OBS-URL: https://build.opensuse.org/request/show/974093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-keycloak?expand=0&rev=1
2022-04-30 20:53:02 +00:00
6f10a137b2 - Enable tests
- Clean up the spec file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-keycloak?expand=0&rev=2
2022-04-30 09:26:48 +00:00
0439ca0e74 Accepting request 971811 from home:stroeder:iam
used spec-cleaner like suggested in SR#971349

OBS-URL: https://build.opensuse.org/request/show/971811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-keycloak?expand=0&rev=1
2022-04-30 09:08:30 +00:00