Skip to content

Commit 59d24f1

Browse files
committed
Add Permission.Organization.
1 parent 9cf400a commit 59d24f1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/Seq.Api/Model/Security/Permission.cs

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,21 @@ public enum Permission
5656
Setup,
5757

5858
/// <summary>
59-
/// Access to settings required for day-to-day operation of Seq, such as users, retention policies, API keys.
59+
/// Access to settings that control data ingestion, storage, dashboarding and alerting.
6060
/// </summary>
6161
Project,
6262

6363
/// <summary>
6464
/// Access to settings and features that interact with, or provide access to, the underlying host server,
6565
/// such as app (plug-in) installation, backup settings, cluster configuration, diagnostics, and features
66-
/// relying on outbound network access like package feeds and update checks.
66+
/// relying on outbound network access like package feeds and update checks. This permission is required for
67+
/// configuration of the authentication provider and related settings.
6768
/// </summary>
68-
System
69+
System,
70+
71+
/// <summary>
72+
/// Create, edit, and delete user accounts, reset local user passwords.
73+
/// </summary>
74+
Organization
6975
}
7076
}

0 commit comments

Comments
 (0)