rambleraptor commented on code in PR #3120: URL: https://github.com/apache/iceberg-python/pull/3120#discussion_r3414868667
########## mkdocs/docs/configuration.md: ########## @@ -396,6 +398,7 @@ The RESTCatalog supports pluggable authentication via the `auth` configuration b - `custom`: Custom authentication manager (requires `auth.impl`). - `google`: Google Authentication support - `entra`: Microsoft Entra ID (Azure AD) authentication support +- `sigv4`: AWS SigV4 request signing, optionally wrapping a delegate auth type. Review Comment: Should this be a AWS auth manager? It sounds like this will only be used on AWS + there might be more AWS auth mechanisms to support 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
