Stop creating default environments for users

We have Rancher setup with Azure AD and added groups to environments. Is it possible to stop creating default environments for users when they login?

1 Like

We also want the same feature. It is annoying to delete new environments which gets created on new users signing up.

An environment is only created on login if the user has access to no environments. So if they are a member of a group that has an environment then they wouldn’t get a new one.

But you can disable it anyway, change /v2-beta/settings/project.create.default to false.

1 Like

Thanks so much, it was driving me crazy :slight_smile: