feat: verify agent identity JWTs with JWKS (#19764)

This commit is contained in:
efrazer-oai
2026-04-28 09:56:20 -07:00
committed by GitHub
parent 6138063656
commit f6797c3ac6
13 changed files with 517 additions and 126 deletions
+1
View File
@@ -439,6 +439,7 @@ pub async fn run_main(cli: Cli, arg0_paths: Arg0DispatchPaths) -> anyhow::Result
auth_credentials_store_mode: config.cli_auth_credentials_store_mode,
forced_login_method: config.forced_login_method,
forced_chatgpt_workspace_id: config.forced_chatgpt_workspace_id.clone(),
chatgpt_base_url: Some(config.chatgpt_base_url.clone()),
})
.await
{