ec0646657d
The media services are splitting into an adult (fafflix) and kids (cheeztv) tier, and Authentik group membership will drive the media proxy's routing and authorization. This adds the two-tier RBAC groups so users can be assigned the right media access ahead of the provider/application wiring. - Add akP-media-fafflix and akP-media-cheeztv per-service permission entitlements (unbound, so they surface in the hierarchical ak_groups claim for the proxy) - Add akR-media-adult role nesting both fafflix and cheeztv (adults reach both) - Add akR-media-kids role nesting only cheeztv (kids reach kids services only)
9 lines
437 B
YAML
9 lines
437 B
YAML
# Role akR-media-adult (name = filename): adult media tier. Adults reach both the
|
|
# adult ("fafflix") and kids ("cheeztv") services, so this role nests both
|
|
# per-service entitlements. Membership propagates child -> parent, so a member
|
|
# appears in both permission groups in the hierarchical `ak_groups` claim and the
|
|
# media proxy routes/authorizes them for fafflix and cheeztv.
|
|
permissions:
|
|
- akP-media-fafflix
|
|
- akP-media-cheeztv
|