We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c46474 commit 8163931Copy full SHA for 8163931
1 file changed
server/src/agent_control_server/auth_framework/providers/http_upstream.py
@@ -339,7 +339,10 @@ def _ensure_target_context_matches_grant(
339
raise ForbiddenError(
340
error_code=ErrorCode.AUTH_INSUFFICIENT_PRIVILEGES,
341
detail="Authorization grant is target-bound but the request target is unavailable.",
342
- hint="Use an endpoint that includes target_type and target_id in the authorization context.",
+ hint=(
343
+ "Use an endpoint that includes target_type and target_id "
344
+ "in the authorization context."
345
+ ),
346
)
347
348
expected_type = context.get("target_type")
0 commit comments