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
/
list.rego
8 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix opa rules
2023-01-30 14:51:24 +00:00
package USER.LIST
add opa, refactor auth to authentication
2023-01-16 14:03:58 +00:00
default allow := false
fix opa rules
2023-01-30 14:51:24 +00:00
allow {
input.role == "admin"
add opa, refactor auth to authentication
2023-01-16 14:03:58 +00:00
}