Replies: 4 comments 2 replies
-
fyi das client/certs can be installed in conda (https://hackmd.io/@andrzejnovak/SJxscCZvD) so it should be easy to add to the image even without cvmfs if a token can somewhat replace the x509 auth |
Beta Was this translation helpful? Give feedback.
-
Flagging @mapsacosta - we have CVMFS (with CentOS 7) working in EAF images ... |
Beta Was this translation helpful? Give feedback.
-
@yanfr0818 @andrzejnovak @holzman @mapsacosta In dasgoclient repo we requested some time ago a support of tokens: dmwm/dasgoclient#30 Here is a current status (we still can't use it, but I will need to retest): #96 (comment) |
Beta Was this translation helpful? Give feedback.
-
@yanfr0818 For a more Kubernetes-y type solution, here is my code for deploying an NFS server pod serving CVMFS repositories. The exported repos can then be mounted into user pods as Kubernetes NFS volumes or simple NFS mounts ** Note that restorting to NFS CVMFS exports is discouraged by developers but it's one of the simplest ways to do this while trying to keep least privilege principles (CSI is another option but it requires more complex, DaemonSet deployments) |
Beta Was this translation helpful? Give feedback.
-
Question was asked by Furong Yan, while he was trying to use DAS tools, especially DAS client on coffea-casa.
Beta Was this translation helpful? Give feedback.
All reactions