Skip to content

orca application-credential

Manage Keystone application credentials.

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

orca application-credential

Manage application credentials (Keystone v3).

Usage:

orca application-credential [OPTIONS] COMMAND [ARGS]...

Options:

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

Subcommands

  • create: Create an application credential.
  • delete: Delete an application credential.
  • list: List application credentials.
  • show: Show application credential details.

orca application-credential create

Create an application credential.

Usage:

orca application-credential create [OPTIONS] NAME

Options:

Name Type Description Default
--description text N/A None
--secret text Secret (auto-generated if omitted). None
--expires text Expiry (ISO 8601, e.g. 2026-12-31T00:00:00). None
--unrestricted boolean Allow creation of other credentials (dangerous). False
--user text N/A None
--access-rules text Access rules as a JSON array, e.g. '[{"path":"/v3/projects","method":"GET","service":"identity"}]'. Keystone only attaches access rules at create time. None
--save-profile text Save the new credential as an orca profile of this name. None
--help boolean Show this message and exit. False

orca application-credential delete

Delete an application credential.

Usage:

orca application-credential delete [OPTIONS] CREDENTIAL_ID

Options:

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

orca application-credential list

List application credentials.

Usage:

orca application-credential list [OPTIONS]

Options:

Name Type Description Default
--user text User ID (default: current user). None
--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 application-credential show

Show application credential details.

Usage:

orca application-credential show [OPTIONS] CREDENTIAL_ID

Options:

Name Type Description Default
--user text N/A None
--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