Last active
October 11, 2018 08:16
-
-
Save michaelrice/67dc4cce606dc208d45482b54060ac76 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
[root@pike-aio ~(keystone_admin)]# keystone-manage mapping_engine --rules rules.json --input rules.test | |
{ | |
"group_ids": [], | |
"user": { | |
"domain": { | |
"name": "Default" | |
}, | |
"type": "local", | |
"name": "bob" | |
}, | |
"projects": [], | |
"group_names": [] | |
} |
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
[ | |
{ | |
"remote": [ | |
{ | |
"type": "MELLON_ks_username" | |
}, | |
{ | |
"type": "MELLON_groups" | |
} | |
], | |
"local": [ | |
{ | |
"user": { | |
"name": "{0}", | |
"type": "local", | |
"domain": { | |
"name": "Default" | |
} | |
} | |
} | |
] | |
} | |
] |
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
MELLON_email: [email protected] | |
MELLON_groups: | |
MELLON_ks_username: bob |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment