eskild
eskild
Thanks for the update @kowh-ai! I think the `start_ckan.sh.override` (in ckan-docker) will need to be updated to match. https://github.com/ckan/ckan-docker/blob/b70bd393692e257894b2687066c0b95ba442e116/ckan/setup/start_ckan.sh.override#L19 It wasn't clear to me what the process for deploying ckan...
The workaround I've found is using Python 3.12
I assumed that users in the `analyst` group only the had view access to the conda-store. It is still bizarre that they have the same role mapping as `developer`. This...
We might also need to modify how the role_bindings for developer role: https://github.com/nebari-dev/nebari/blob/aab5f3f17b14fdc1ce164a94fa81fc975eab5a19/src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/conda-store/config/conda_store_config.py#L123-L127
Thanks for raising this with us @nkaretnikov! This is definitely something that will need to be sorted out.
Hi @rycrow, there is indeed a way you can deploy Nebari to an existing kubernetes cluster. [Here](https://docs.qhub.dev/en/latest/source/installation/existing.html?highlight=existing#deploy-qhub-to-an-existing-kubernetes-cluster) are the docs on how this is done (note, these docs still need...
@swastik959 that's a good question. I think we can start by supporting OAuth2 authentication for service accounts, this might be helpful: https://googleapis.github.io/google-api-python-client/docs/oauth.html#credentials
Blocked by #1694
Currently every user's home directory is part of the same PVC/PV which makes it very difficult to limit the amount of storage a particular user has access to. As @costrouc...
I want to return to the idea of full linux permissions (assuming volume size is still limited by user). I think that is indeed the gold standard and perhaps warrants...