Created
July 14, 2015 07:02
-
-
Save zaccone/fc8a9f89f1ef41f74572 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "rules": | |
[ | |
{ | |
"local": [ | |
{ | |
"user": { | |
"id": "maro" | |
} | |
}, | |
{ | |
"groups": { | |
"name": "{0}" | |
}, | |
"domain": { | |
"name": "ATLAS" | |
} | |
}, | |
{ | |
"groups": { | |
"name": "{1}" | |
}, | |
"domain": { | |
"name": "CMS" | |
} | |
} | |
], | |
"remote":[ | |
{ | |
"type": "eppn", | |
"any_one_of": [ | |
"[email protected]" | |
] | |
}, | |
{ | |
"type": "GROUPS", | |
"whitelist": [ | |
"Electrons","Protons", "Muons" | |
] | |
}, | |
{ | |
"type": "GROUPS", | |
"whitelist": [ | |
"Quarks", "Neutrino" | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment