sundapeng commented on code in PR #7100:
URL: https://github.com/apache/paimon/pull/7100#discussion_r2739893098


##########
docs/content/concepts/rest/dlf.md:
##########
@@ -115,3 +115,59 @@ WITH (
     -- 'dlf.token-ecs-role-name' = 'my_ecs_role_name'
 );
 ```
+
+## Signing Algorithm Configuration
+
+Paimon supports multiple signing algorithms for DLF authentication. You can 
configure the signing algorithm explicitly,
+or let Paimon automatically select it based on the endpoint host.
+
+### Automatic Selection (Recommended)

Review Comment:
   > DLF Default Signing (Recommended)
   
   Hi @JingsongLi , Here's a background: Each endpoint URI can only use the 
specific signer, so introduce the auto-selection: 
   - For domain names containing "dlfnext", the OpenAPI signing is selected by 
default.
   - For other domain names, the default signing is selected by default.
   
   For dlfnext endpoint, default signer is not work. "DLF Default Signing is 
Recommended" may be misleading. 



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