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
5e36525358
auth
/
opa
/
admin
/
login.rego
8 lines
78 B
Plaintext
Raw
Blame
History
package ADMIN.LOGIN
default allow := false
allow {
input.role == "admin"
}
Reference in New Issue
View Git Blame
Copy Permalink