Replies: 1 comment 3 replies
-
Howdy! Would using row level security within your metadata database work for your use case? Individual users could only have access to the keys of the tables they were granted the ability to read. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to understand the workflow for encrypted ducklakes. We have sensitive data we can only store encrypted. My understanding is that each Parquet file in an encrypted ducklake gets its own key which is stored in the catalog file. Can there be only one shared catalog file that needs to be shared with all users or is there something like encrypting with multiple users public keys? Any experiences with that?
Beta Was this translation helpful? Give feedback.
All reactions