Skip to content

Commit 26f1122

Browse files
committed
Bump RA, allow to use readonly DBs
1 parent 2079b9d commit 26f1122

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

gcl_iam/middlewares.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,14 @@ def __init__(
5959
iam_engine_driver,
6060
context_class=contexts.GenesisCoreAuthContext,
6161
context_kwargs=None,
62+
readonly_whitelist=None,
6263
skip_auth_endpoints: list = None,
6364
):
6465
super().__init__(
6566
application=application,
6667
context_class=context_class,
6768
context_kwargs=context_kwargs,
69+
readonly_whitelist=readonly_whitelist,
6870
)
6971
self._iam_engine_driver = iam_engine_driver
7072
self._skip_auth_endpoints = skip_auth_endpoints or []

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"bazooka>=1.1.0,<2.0.0", # Apache-2.0
24-
"restalchemy>=15.0.1,<16.0.0", # Apache-2.0
24+
"restalchemy>=15.1.2,<16.0.0", # Apache-2.0
2525
"izulu>=0.50.0,<1.0.0", # MIT License
2626
"pyjwt>=2.9.0,<3.0.0", # MIT License
2727
"cryptography>=45.0.5,<47.0.0", # BSD-3 License
@@ -179,4 +179,4 @@ directory = "cover"
179179

180180

181181
[tool.coverage.xml]
182-
output = "cover/coverage.xml"
182+
output = "cover/coverage.xml"

uv.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)