Nebari group #3003
-
Hello! I am trying to set up a configuration so that a particular user can add/edit conda environments in a particular group that they are a member of. The way I have tried to configure this is by:
However, the user can still only edit their personal environments and not the group environments. I was having trouble finding instructions in the documentation for how to configure this, so please let me know if there's something I missed! Thanks! :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@viniciusdc can help you with specific instructions @amsnyder. This is a fairly common issue and we are likely going to be changing to make this the default behavior in future releases. We are also actively working on improving our documentation. |
Beta Was this translation helpful? Give feedback.
-
Hey @amsnyder, sorry for the late reply. The I would do the following:
This should grant any user under that group admin rights over the respective conda-store namespace only. |
Beta Was this translation helpful? Give feedback.
Hey @amsnyder, sorry for the late reply. The
conda_store_developer
role gives you only read access to the conda-store namespace. To provide the user with proper write access, you need to use theconda_store_admin
role instead. Though I would suggest you to create a custom role if possible, https://deploy-preview-554--nebari-docs.netlify.app/docs/how-tos/fine-grained-permissions#conda-store-scopesI would do the following:
Add Role
, give a name likeconda_store_<my_group>_admin
;Attributes
and create new rows:component : conda-store
andscopes: admin!namespace=<my_group>