1
0
mirror of https://github.com/bitwarden/server synced 2025-12-12 06:13:43 +00:00

Remove checking the EE_TESTING_ENV flag for SM (#2922)

This commit is contained in:
Thomas Avery
2023-05-17 09:42:08 -05:00
committed by GitHub
parent bcf096971b
commit db8e82ff03
8 changed files with 12 additions and 29 deletions

View File

@@ -12,13 +12,14 @@ using Bit.Core.Services;
using Bit.Core.Tools.Enums;
using Bit.Core.Tools.Models.Business;
using Bit.Core.Tools.Services;
using Bit.Core.Utilities;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
namespace Bit.Api.SecretsManager.Controllers;
[SecretsManager]
[Authorize("secrets")]
[SelfHosted(NotSelfHostedOnly = true)]
public class SecretsController : Controller
{
private readonly ICurrentContext _currentContext;