Skip to content
Snippets Groups Projects
Verified Commit a6b4a363 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

fix: rename second entitled group

parent 553771a8
No related branches found
No related tags found
1 merge request!29Use docker main tag
...@@ -164,7 +164,7 @@ OIDC_EXTRA_SCOPE_CLAIMS = "steering.oidc_provider_settings.AuraScopeClaims" ...@@ -164,7 +164,7 @@ OIDC_EXTRA_SCOPE_CLAIMS = "steering.oidc_provider_settings.AuraScopeClaims"
# - Superusers and members of these group are privileged # - Superusers and members of these group are privileged
PRIVILEGED_GROUP = "Program" PRIVILEGED_GROUP = "Program"
# - Members of these groups are entitled # - 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 # The API will filter the active shows using one of these filters
# One of these should to be True. # One of these should to be True.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment