mirror of
https://github.com/bitwarden/server
synced 2026-01-10 20:44:05 +00:00
[AC-1510] Enable access to Secrets Manager to Organization owner for new Subscription (#3089)
This commit is contained in:
@@ -604,6 +604,7 @@ public class OrganizationService : IOrganizationService
|
||||
OrganizationId = organization.Id,
|
||||
UserId = ownerId,
|
||||
Key = ownerKey,
|
||||
AccessSecretsManager = organization.UseSecretsManager,
|
||||
Type = OrganizationUserType.Owner,
|
||||
Status = OrganizationUserStatusType.Confirmed,
|
||||
AccessAll = true,
|
||||
|
||||
Reference in New Issue
Block a user