Skip to content

orca mapping

Manage Keystone federation mappings.

The reference below is generated from the live CLI by mkdocs-click. It always reflects the version installed.

orca mapping

Manage Keystone federation attribute mappings.

Usage:

orca mapping [OPTIONS] COMMAND [ARGS]...

Options:

Name Type Description Default
--help boolean Show this message and exit. False

Subcommands

  • create: Create a mapping.
  • delete: Delete a mapping.
  • list: List mappings.
  • set: Update a mapping.
  • show: Show a mapping (prints JSON rules).

orca mapping create

Create a mapping.

Usage:

orca mapping create [OPTIONS] MAPPING_ID

Options:

Name Type Description Default
--rules text Mapping rules as a JSON string. Sentinel.UNSET
--help boolean Show this message and exit. False

orca mapping delete

Delete a mapping.

Usage:

orca mapping delete [OPTIONS] MAPPING_ID

Options:

Name Type Description Default
--yes, -y boolean N/A False
--help boolean Show this message and exit. False

orca mapping list

List mappings.

Usage:

orca mapping list [OPTIONS]

Options:

Name Type Description Default
--noindent boolean Disable JSON indentation. False
--max-width integer Maximum table width (0 = unlimited). None
--fit-width boolean Fit table to terminal width. False
--column, -c text Column to include (repeatable). Shows all if omitted. Sentinel.UNSET
--format, -f choice (table | json | value) Output format. table
--help boolean Show this message and exit. False

orca mapping set

Update a mapping.

Usage:

orca mapping set [OPTIONS] MAPPING_ID

Options:

Name Type Description Default
--rules text New rules as JSON. Sentinel.UNSET
--help boolean Show this message and exit. False

orca mapping show

Show a mapping (prints JSON rules).

Usage:

orca mapping show [OPTIONS] MAPPING_ID

Options:

Name Type Description Default
--help boolean Show this message and exit. False