Something along the lines of https://github.com/jenkinsci/kubernetes-plugin/#restricting-what-jobs-can-use-your-configured-cloud plus maybe some RBAC on the Kubernetes side to prevent service account from doing things you don't want them to do
On Tue, Mar 5, 2019 at 7:00 PM Nadir Mouhoubi <[email protected]> wrote: > Hello everyone, > > We designed a kubernetes Cluster to launch dynamic Jenkins Agents and > everything works fine. This cluster is mutualised for several projets that > do there build using a cloud defined at Jenkins Administration level. > > Recently, we added a projet that uses the same Jenkins cloud and its > corresponding Kubernetes namespace. > > My question is : how can I isolate this project data from other projects? > for example, how can I protect namespace volumes to be usable by one agent > and not another? > > Thanks for your help. > > Nadir. > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/ff5fd4c7-269d-4ffb-970f-d1d6c8013d7c%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/ff5fd4c7-269d-4ffb-970f-d1d6c8013d7c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CALHFn6OKV2aF6aUjGJNT%3Dup%3D08%2BwXwDi4VVN5njbdVA09-nchA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
