Rename Feedser to Concelier

This commit is contained in:
2025-10-18 20:04:15 +03:00
parent 7e1b10d3b2
commit 0137856fdb
1208 changed files with 4370 additions and 4370 deletions

View File

@@ -9,14 +9,14 @@ namespace StellaOps.Auth.Abstractions;
public static class StellaOpsScopes
{
/// <summary>
/// Scope required to trigger Feedser jobs.
/// Scope required to trigger Concelier jobs.
/// </summary>
public const string FeedserJobsTrigger = "feedser.jobs.trigger";
public const string ConcelierJobsTrigger = "concelier.jobs.trigger";
/// <summary>
/// Scope required to manage Feedser merge operations.
/// Scope required to manage Concelier merge operations.
/// </summary>
public const string FeedserMerge = "feedser.merge";
public const string ConcelierMerge = "concelier.merge";
/// <summary>
/// Scope granting administrative access to Authority user management.
@@ -40,8 +40,8 @@ public static class StellaOpsScopes
private static readonly HashSet<string> KnownScopes = new(StringComparer.OrdinalIgnoreCase)
{
FeedserJobsTrigger,
FeedserMerge,
ConcelierJobsTrigger,
ConcelierMerge,
AuthorityUsersManage,
AuthorityClientsManage,
AuthorityAuditRead,