mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
[SM-460] Isolate SecretsManager files (#2616)
Move SecretsManager files to directories called SecretsManager and add CodeOwners
This commit is contained in:
@ -15,8 +15,9 @@ using Bit.SharedWeb.Utilities;
|
||||
using Microsoft.Extensions.DependencyInjection.Extensions;
|
||||
|
||||
#if !OSS
|
||||
using Bit.Commercial.Core.SecretsManager;
|
||||
using Bit.Commercial.Core.Utilities;
|
||||
using Bit.Commercial.Infrastructure.EntityFramework;
|
||||
using Bit.Commercial.Infrastructure.EntityFramework.SecretsManager;
|
||||
#endif
|
||||
|
||||
namespace Bit.Api;
|
||||
@ -137,7 +138,7 @@ public class Startup
|
||||
#else
|
||||
services.AddCommercialCoreServices();
|
||||
services.AddCommercialSecretsManagerServices();
|
||||
services.AddCommercialEFRepositories();
|
||||
services.AddSecretsManagerEfRepositories();
|
||||
#endif
|
||||
|
||||
// MVC
|
||||
|
Reference in New Issue
Block a user