We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c8f5d commit c0e05dbCopy full SHA for c0e05db
jobbergate-api/jobbergate_api/security.py
@@ -55,6 +55,7 @@ def get_domain_configs() -> list[DomainConfig]:
55
guard = Armasec(
56
domain_configs=get_domain_configs(),
57
debug_logger=logger.debug if settings.ARMASEC_DEBUG else None,
58
+ ignore_audience=True,
59
)
60
61
jobbergate-api/pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
18
dependencies = [
19
"aioboto3>=15.5.0",
20
"alembic>=1.17.2",
21
- "armasec>=3.0.2",
+ "armasec>=3.0.3",
22
"asyncpg>=0.31.0",
23
"fastapi>=0.124.4",
24
"fastapi-pagination>=0.15.3",
0 commit comments