Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

6.13. keystone-manage mapping_engine

usage: keystone-manage [bootstrap|credential_migrate|credential_rotate|credential_setup|db_sync|db_version|doctor|domain_config_upload|fernet_rotate|fernet_setup|mapping_populate|mapping_purge|mapping_engine|pki_setup|saml_idp_metadata|token_flush] mapping_engine
       [-h] --rules RULES --input INPUT [--prefix PREFIX] [--engine-debug]

Optional arguments

-h, --help


        show this help message and exit

--rules RULES


        Path to the file with rules to be executed. Content must be
      a proper JSON structure, with a top-level key 'rules' and
      corresponding value being a list.

--input INPUT


        Path to the file with input attributes. The content
      consists of ':' separated parameter names and their values.
      There is only one key-value pair per line. A ';' in the
      value is a separator and then a value is treated as a list.
      Example: EMAIL: me@example.com LOGIN: me GROUPS:
      group1;group2;group3

--prefix PREFIX A


        prefix used for each environment variable in the
      assertion. For example, all environment variables may have
      the prefix ASDF_.

--engine-debug


        Enable debug messages from the mapping engine.