secret packs viz
Some checks failed
CI / test (pull_request) Failing after 30s
API CI / api-tests (pull_request) Failing after 43s

This commit is contained in:
Tim Lorsbach
2026-07-25 22:50:20 +02:00
parent 9bf65d4319
commit b9c3618c41
5 changed files with 22 additions and 3 deletions

View File

@ -49,7 +49,7 @@ from .views import get_remote_address
Package = s.GET_PACKAGE_MODEL()
auth_log = logging.get_logger("auth")
auth_log = logging.getLogger("auth")
def get_cached_jwks(tenant_id: str, force=False) -> Dict: