keystone/doc/source/man
Marek Denis 039b0bd9a9 Mapping Engine CLI
Implementation of a command line wrapped build on top of mapping engine.
Its main goal is checking effects of input parsed by RuleProcessor with
set of provided mapping rules. User must provide two files: a) rules
file with proper JSON with mapping rules (identical to those uploaded to
the server) b) a file with key-value set of environ-like parameters.

Basic usage:

$ keystone-manage mapping_engine --help
$ keystone-manage mapping_engine --rules <path> --input <path>

Upon successful execution program outputs to the stdout a JSON structure
with effective objects like user, group_ids and user_names.

Implements: bp mapping-engine-tester
Change-Id: Ia4b2e617692ebb42693db6d335985dcb6a0969e1
2015-06-11 10:20:58 +02:00
..
keystone-all.rst Replace github reference by git.openstack.org and change a doc link 2015-05-07 10:08:10 +08:00
keystone-manage.rst Mapping Engine CLI 2015-06-11 10:20:58 +02:00