This website requires JavaScript.
Explore
Help
Register
Sign In
ncaron
/
auth
mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
Watch
1
Star
0
Fork
You've already forked auth
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2a06eff235
auth
/
opa
/
user
/
read.rego
12 lines
120 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix opa rules
2023-01-30 14:51:24 +00:00
package USER.READ
add opa, refactor auth to authentication
2023-01-16 14:03:58 +00:00
default allow := false
add ad policies
2023-05-04 12:46:40 +00:00
allow {
refactor context sent to opa
2023-01-18 14:50:42 +00:00
input.uuid == input.owner
}
add ad policies
2023-05-04 12:46:40 +00:00
allow {
refactor context sent to opa
2023-01-18 14:50:42 +00:00
input.role == "admin"
add opa, refactor auth to authentication
2023-01-16 14:03:58 +00:00
}