Hi, is there a way to enforce naming scheme for th...
# help
h
Hi, is there a way to enforce naming scheme for the lakefs namespace ? Eg: we just want everything to go to a pre-configured blob storage and container. And the user who create repo don't need to care and just need to put in the repo name ?
a
Hi! Sorry for delay in responding... 1. blockstore.default_namespace_prefix lets you set the default prefix. (We added it for this very purpose in the original playground, iirc). 2. Any given installation of lakeFS uses a single blockstore. (Your probably wouldn't want to live in AWS and access storage in Azure...) 3. We have no functionality to force all repositories to use this prefix. 4. You can of course use an appropriately configured role to prevent lakeFS from accessing anything outside a given prefix. Hope this answers your question!
h
I will try the default prefix. That should be enough for our use case Thanks !!
jumping lakefs 1
Working as expected. It auto fill the repo name too which is really nice !
sunglasses lakefs 2
a
Yeah, I like that it helps me do the right thing without nagging.