Skip to content

Commit 9cea266

Browse files
committed
chore: rework log message for clarity
1 parent a7f5b1b commit 9cea266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stac_auth_proxy/middleware/EnforceAuthMiddleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __post_init__(self) -> None:
4747
)
4848
if jwks_uri != self.metadata["jwks_uri"]:
4949
logger.warning(
50-
"JWKS URI has been rewritten from %s to %s",
50+
"OIDC Discovery reported a JWKS URI of %s but we're going to use %s to match the OIDC Discovery URL",
5151
self.metadata["jwks_uri"],
5252
jwks_uri,
5353
)

0 commit comments

Comments
 (0)