spetz commented on code in PR #2656:
URL: https://github.com/apache/iggy/pull/2656#discussion_r2974112153


##########
core/common/src/types/configuration/http_config/http_client_config.rs:
##########
@@ -25,13 +25,16 @@ pub struct HttpClientConfig {
     pub api_url: String,
     /// The number of retries to perform on transient errors.
     pub retries: u32,
+    /// The JWT token for A2A authentication.
+    pub jwt_token: Option<String>,

Review Comment:
   Should we just call this field (+ comment) `jwt` as token is already part of 
the acronym?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to