mc table encrypt
The mc table encrypt command manages server-side encryption for Iceberg warehouses and tables on MinIO AIStor clusters.
Encryption can be set at the warehouse level, where it becomes the default for the objects the warehouse stores, or at the table level to override the warehouse default for a single table.
Subcommands
mc table encrypt includes the following subcommands:
| Subcommand | Description |
|---|---|
set |
Set encryption on a warehouse or table. |
info |
Show the encryption configuration. |
clear |
Remove encryption from a warehouse. |
Encryption uses the same server-side encryption types as object storage.
Both types use the configured key management service:
SSE-S3 encrypts with the service’s default key, while SSE-KMS encrypts with a specific key that you designate.
Configure a key management service before setting encryption.