From a6b4a363853e1b2b7ea4348e800de1d25dc888c4 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Tue, 12 Dec 2023 15:52:09 -0400 Subject: [PATCH] fix: rename second entitled group --- steering/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steering/settings.py b/steering/settings.py index 86b702c6..15b197bf 100644 --- a/steering/settings.py +++ b/steering/settings.py @@ -164,7 +164,7 @@ OIDC_EXTRA_SCOPE_CLAIMS = "steering.oidc_provider_settings.AuraScopeClaims" # - Superusers and members of these group are privileged PRIVILEGED_GROUP = "Program" # - Members of these groups are entitled -ENTITLED_GROUPS = ["Broadcast", "Broadcast+"] # this needs to be a list +ENTITLED_GROUPS = ["Broadcast", "BroadcastPlus"] # this needs to be a list # The API will filter the active shows using one of these filters # One of these should to be True. -- GitLab