You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Moore
65f4df6a30
feat: add pool_maxsize parameter to connection managers
Introduces the `pool_maxsize` parameter to `KeycloakOpenID` and `KeycloakAdmin` classes, allowing control over the underlying connection pool size in the `ConnectionManager`.
Adds corresponding tests to verify the parameter is correctly passed and stored for both synchronous and asynchronous clients.
4 weeks ago
..
data
style: removed manifest, applied pre-commit hooks
3 years ago
providers
fix: tests and upgraded deps (#419)
2 years ago
__init__.py
style: fixed docstrings everywhere
3 years ago
conftest.py
feat: add pool_maxsize parameter to connection managers
4 weeks ago
test_authorization.py
fix: small bugs, use ruff as linter, added annotations
4 months ago
test_connection.py
fix: small bugs, use ruff as linter, added annotations
4 months ago
test_exceptions.py
fix: small bugs, use ruff as linter, added annotations
4 months ago
test_keycloak_admin.py
feat: add pool_maxsize parameter to connection managers
4 weeks ago
test_keycloak_openid.py
feat: add pool_maxsize parameter to connection managers
4 weeks ago
test_keycloak_uma.py
fix: small bugs, use ruff as linter, added annotations
4 months ago
test_license.py
fix: small bugs, use ruff as linter, added annotations
4 months ago
test_uma_permissions.py
fix: small bugs, use ruff as linter, added annotations
4 months ago
test_urls_patterns.py
fix: small bugs, use ruff as linter, added annotations
4 months ago