mirror of
https://github.com/bitwarden/server
synced 2026-01-08 11:33:26 +00:00
[SM-460] Isolate SecretsManager files (#2616)
Move SecretsManager files to directories called SecretsManager and add CodeOwners
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Bit.Commercial.Core.SecretsManager;
|
||||
|
||||
public static class SecretsManagerServiceCollectionExtensions
|
||||
{
|
||||
public static void AddCommercialSecretsManagerServices(this IServiceCollection services)
|
||||
{
|
||||
services.AddSecretsManagerServices();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user