Skip to content

Commit 16ff4ee

Browse files
committed
typo fix
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
1 parent d0ad4bc commit 16ff4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

a2a/slack_researcher/a2a_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def run():
220220
app = server.build() # this returns a Starlette app
221221
# if one of the auth variables is set, create middleware
222222
# if none of them are set, ignore all authorization headers. No token validation will be performed
223-
if not settings.JWKS_URL is None:
223+
if not settings.JWKS_URI is None:
224224
logging.info("JWKS_URI is set - using JWT Validation middleware")
225225
app.add_middleware(AuthenticationMiddleware, backend=BearerAuthBackend(), on_error=on_auth_error)
226226

0 commit comments

Comments
 (0)