Can someone explain more about the security/auth model of DuckLake? #168
Unanswered
crazy-treyn
asked this question in
Q&A
Replies: 3 comments 2 replies
-
@crazy-treyn duckdlake does not handle credential vending, it means you have to manage your own storage credential |
Beta Was this translation helpful? Give feedback.
0 replies
-
We would like to address this problem in the future, there's no reason the storage credentials can't be saved in the metadata catalog as well |
Beta Was this translation helpful? Give feedback.
2 replies
-
Using an external credentials service like hashicorp vault would be helpful. |
Beta Was this translation helpful? Give feedback.
0 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 am using Postgres as the catalog database, and I've tried both Azure ADLS Gen2 (via fsspec) and Cloudflare R2 for storage accounts, and in both cases I had to have secrets loaded up for both Postgres and the storage locations in order to run queries on tables of data.
My question: Is this by design? From the FAQ, it sounded like all auth would be handled by the catalog database once instantiated, in this case Postgres. But in my testing, it seems that in order to query the data, you have to authenticate to both Postres and the storage location.
Beta Was this translation helpful? Give feedback.
All reactions