singhpk234 commented on code in PR #18081:
URL: https://github.com/apache/iceberg/pull/18081#discussion_r4028304501


##########
docs/docs/rest-catalog.md:
##########
@@ -83,6 +83,7 @@ at connection time through
 | `rest-page-size`                      | null              | The page size to 
use when listing namespaces, tables, or other paginated resources.              
                                                                                
                |
 | `namespace-separator`                 | `%1F`             | The separator 
character used for namespace levels when communicating with the REST server.    
                                                                                
                   |
 | `scan-planning-mode`                  | `client`          | Controls where 
scan planning is performed. Supported values: `client` (client-side planning), 
`server` (server-side planning). Can be overridden per-table by the server in 
LoadTableResponse. |
+| `rest.encryption.use-client-kms-creds` | `false`           | Whether 
encrypted REST tables may use client-side KMS credentials together with 
REST-provided storage access, including vended storage credentials and remote 
signing. When `false`, encrypted tables reject REST-provided storage access. |

Review Comment:
   hybrid means nothing unless we explain what its implies ... may 
always-use-client-side-kms creds ? 



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

Reply via email to