sundapeng commented on code in PR #7100:
URL: https://github.com/apache/paimon/pull/7100#discussion_r2739999299
##########
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:
All known scenarios don't require configuring it, but it's hard to guarantee
the OpenAPI infrastructure won't change in the future.
--
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]