Skip to content

orca service-provider

Manage Keystone federation service providers.

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

orca service-provider

Manage Keystone service providers (federation).

Usage:

orca service-provider [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • create: Create a service provider.
  • delete: Delete a service provider.
  • list: List service providers.
  • set: Update a service provider.
  • show: Show a service provider.

orca service-provider create

Create a service provider.

Usage:

orca service-provider create [OPTIONS] SP_ID

Options:

Name Type Description Default
--auth-url text Remote Keystone auth URL. Sentinel.UNSET
--sp-url text Service provider SAML2 endpoint. Sentinel.UNSET
--description text N/A ``
--enable / --disable boolean N/A True
--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 service-provider delete

Delete a service provider.

Usage:

orca service-provider delete [OPTIONS] SP_ID

Options:

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

orca service-provider list

List service providers.

Usage:

orca service-provider 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 service-provider set

Update a service provider.

Usage:

orca service-provider set [OPTIONS] SP_ID

Options:

Name Type Description Default
--auth-url text N/A None
--sp-url text N/A None
--description text N/A None
--enable / --disable boolean N/A None
--help boolean Show this message and exit. False

orca service-provider show

Show a service provider.

Usage:

orca service-provider show [OPTIONS] SP_ID

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