18 lines
513 B
YAML
18 lines
513 B
YAML
# Homelab Team role: full access to homelab project
|
|||
|
|
name: homelab-team
|
||
|
|
description: Team members with full access to homelab project
|
||
|
|
|
||
|
|
rules:
|
||
|
|
# Full read/write access to homelab wiki and skills
|
||
|
|
- resources: [wiki, skill, embedding]
|
||
|
|
verbs: [read, write, query]
|
||
|
|
scope:
|
||
|
|
projects: [homelab]
|
||
|
|
|
||
|
|
# Can manage conversations in homelab
|
||
|
|
- resources: [conversation]
|
||
|
|
verbs: [read, write, delete]
|
||
|
|
scope:
|
||
|
|
projects: [homelab]
|
||
|
|
# Note: no owner restriction - team can see all conversations
|