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


##########
core/common/src/types/configuration/http_config/http_client_config_builder.rs:
##########
@@ -45,6 +45,12 @@ impl HttpClientConfigBuilder {
         self
     }
 
+    /// Sets the JWT token for A2A authentication.
+    pub fn with_jwt_token(mut self, token: String) -> Self {

Review Comment:
   Yes, but access or personal_access are the token types, while JWT is self 
containing the token name, hence I think that `with_jwt` is good enough :)



-- 
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