Skip to content

Commit c0e05db

Browse files
committed
chore(api): bump armasec (#903)
1 parent d7c8f5d commit c0e05db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jobbergate-api/jobbergate_api/security.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def get_domain_configs() -> list[DomainConfig]:
5555
guard = Armasec(
5656
domain_configs=get_domain_configs(),
5757
debug_logger=logger.debug if settings.ARMASEC_DEBUG else None,
58+
ignore_audience=True,
5859
)
5960

6061

jobbergate-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
dependencies = [
1919
"aioboto3>=15.5.0",
2020
"alembic>=1.17.2",
21-
"armasec>=3.0.2",
21+
"armasec>=3.0.3",
2222
"asyncpg>=0.31.0",
2323
"fastapi>=0.124.4",
2424
"fastapi-pagination>=0.15.3",

0 commit comments

Comments
 (0)