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
d5be05585d
auth
/
opa
/
user
/
user2.rego
8 lines
88 B
Plaintext
Raw
Blame
History
package user.list
default allow := false
allow := true {
input.user == "pierre"
}
Reference in New Issue
View Git Blame
Copy Permalink