add ad policies

This commit is contained in:
sbriat
2023-05-04 14:46:40 +02:00
parent fd8bdad946
commit 9ba715860e
5 changed files with 38 additions and 2 deletions

View File

@@ -2,10 +2,10 @@ package USER.READ
default allow := false
allow := true {
allow {
input.uuid == input.owner
}
allow := true {
allow {
input.role == "admin"
}