diff --git a/src/Api/Controllers/OrganizationsController.cs b/src/Api/Controllers/OrganizationsController.cs index 8ceb1f038..405e5f0e5 100644 --- a/src/Api/Controllers/OrganizationsController.cs +++ b/src/Api/Controllers/OrganizationsController.cs @@ -753,6 +753,7 @@ public class OrganizationsController : Controller } organization.UseSecretsManager = model.Enabled; + organization.SecretsManagerBeta = model.Enabled; await _organizationService.UpdateAsync(organization); // Turn on Secrets Manager for the user