Skip to content

Commit

Permalink
Enabled SM events controller for self-hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Avery committed Oct 16, 2023
1 parent 417d5d6 commit d149e7c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
using Bit.Core.Repositories;
using Bit.Core.SecretsManager.AuthorizationRequirements;
using Bit.Core.SecretsManager.Repositories;
using Bit.Core.Utilities;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;

namespace Bit.Api.SecretsManager.Controllers;

[Authorize("secrets")]
[SelfHosted(NotSelfHostedOnly = true)]
public class SecretsManagerEventsController : Controller
{
private readonly IAuthorizationService _authorizationService;
Expand Down

0 comments on commit d149e7c

Please sign in to comment.