Files
poimen-memory/config/roles/authenticated-user.yaml
T

16 lines
481 B
YAML
Raw Normal View History

# Authenticated User role: logged in via Authentik
name: authenticated-user
description: Logged in user with access to all public + private docs
rules:
# Can read all wiki, embeddings, skills (including private)
- resources: [wiki, embedding, skill]
verbs: [read, query]
# No visibility restriction - can see public AND private
# Can manage own conversations (any project)
- resources: [conversation]
verbs: [read, write, delete]
scope:
owner: self