Skip to content

Commit ade288e

Browse files
committed
fix: joserfc security warning
1 parent 284225a commit ade288e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_iam/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def iam_configuration(tmp_path_factory, iam_server_port) -> dict[str, Any]:
185185
"""Fixture for editing the configuration of :meth:`~pytest_iam.iam_server`."""
186186
os.environ["AUTHLIB_INSECURE_TRANSPORT"] = "1"
187187

188-
jwk = JWKRegistry.generate_key("RSA", 1024)
188+
jwk = JWKRegistry.generate_key("RSA", 2048)
189189
jwk.ensure_kid()
190190

191191
return {

0 commit comments

Comments
 (0)