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

fix: rename privileged and entitled groups

parent 07bf60ef
No related branches found
No related tags found
1 merge request!29Use docker main tag
......@@ -162,9 +162,9 @@ OIDC_EXTRA_SCOPE_CLAIMS = "steering.oidc_provider_settings.AuraScopeClaims"
# OIDC Provider extra scope claims
# - Superusers and members of this group are privileged.
PRIVILEGED_GROUP = os.getenv("PRIVILEGED_GROUP", default="Program")
PRIVILEGED_GROUP = os.getenv("PRIVILEGED_GROUP", default="Programme Manager")
# - Members of these groups are entitled.
ENTITLED_GROUPS = os.getenv("ENTITLED_GROUPS", default="Broadcast,BroadcastPlus").split(",")
ENTITLED_GROUPS = os.getenv("ENTITLED_GROUPS", default="Host,Host+").split(",")
# The API will filter the active shows using one of these filters
# 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