The Wayback Machine - https://web.archive.org/web/20220613201118/https://github.com/topics/multi-tenancy
Skip to content
#

multi-tenancy

Here are 136 public repositories matching this topic...

vcluster
bschwenn
bschwenn commented Feb 25, 2022

Is your feature request related to a problem?

Mutating webhooks often use label selectors to determine which resources to process. Since vcluster mutates all the labels on synced resources, this can prevent webhooks in the physical cluster from being able to mutate the physical resources.

In particular we've encountered this issue for synced pods.

Which solution do you suggest?

weilaaa
weilaaa commented Aug 18, 2021

Why CubeOptions need validation?
Before running KubeCube, we are supposed to doing options validate, quick exit if validate failed.

	Start = func(c *cli.Context) error {
		if errs := flags.CubeOpts.Validate(); len(errs) > 0 {
			return utilerrors.NewAggregate(errs)
		}

		run(flags.CubeOpts, signals.SetupSignalHandler())

		return nil
	}

How to do it?
We had validat

good first issue
nextacular

An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern technologies such as Next JS, Tailwind, Prisma, and Stripe.

  • Updated May 14, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the multi-tenancy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-tenancy topic, visit your repo's landing page and select "manage topics."

Learn more