Skip to main content
Command reference

security key-manager external barbican show

Suggest changes

Display Barbican KMS configuration

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

This command displays the Barbican Key Management Service configuration for a given Vserver.

Parameters

{ [-fields <fieldname>,…​]

If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

| [-config ]

If this parameter is specified, the command displays the following information:

  • verify

  • verify-host

  • proxy-type

  • proxy-host

  • proxy-port

  • proxy-username

  • timeout

| [-instance ] }

If you specify the -instance parameter, the command displays detailed information about all fields.

[-vserver <Vserver Name>] - Vserver

If you specify this parameter, then the command displays only the Barbican configurations for the given Vserver.

[-config-name <text>] - Configuration Name

If you specify this parameter, then the command displays only the Barbican configurations with the given configuration name.

[-key-id {scheme://(hostname|IPv4 Address|'['IPv6 Address']')…​}] - Barbican Key Id

If you specify this parameter, then the command displays only the Barbican configurations with the given key id.

[-application-cred-id <text>] - Keystone Application Credentials ID

If you specify this parameter, then the command displays only the Barbican configurations with the given application credentials id.

[-keystone-url {scheme://(hostname|IPv4 Address|'['IPv6 Address']')…​}] - Keystone Authorization URL

If you specify this parameter, then the command displays only the Barbican configurations with the given Keystone authentication URL.

[-verify {true|false}] - Verify the Barbican Host?

If you specify this parameter, then the command displays only the Barbican configurations with the given verify value. The verify value can be either true or false.

[-verify-host {true|false}] - Verify the Barbican Host's Hostname?

If you specify this parameter, then the command displays only the Barbican configurations with the given verify-host value. The verify-host value can be either true or false.

[-proxy-type {http|https}] - Proxy Type

If you specify this parameter, then the command displays only the Barbican configurations with the given proxy-type value. The proxy-type value can be either http or https.

[-proxy-host <text>] - Proxy Host

If you specify this parameter, then the command displays only the Barbican configurations with the given proxy-host value.

[-proxy-port <integer>] - Proxy Port

If you specify this parameter, then the command displays only the Barbican configurations with the given proxy-port number.

[-proxy-username <text>] - Proxy Username

If you specify this parameter, then the command displays only the Barbican configurations with the given proxy-username value.

[-timeout <integer>] - Barbican Connection Timeout in Seconds

If you specify this parameter, then the command displays only the Barbican configurations with the given timeout value.

[-enabled {true|false}] - Is This Barbican Configuration Enabled?

If you specify this parameter, then the command displays only the Barbican configurations with the given enabled value.

Examples

The following example lists all Vservers with Barbican configurations.

cluster-1::*> security key-manager external barbican show
Vserver: vsTest
         Configuration Name: config1
                     Key ID: https://sample.com:5000/v3
 Application Credentials ID: app_cred_id
               Keystone URL: https://sample.keystone.com:5000/v3
                  Enabled? : false

The following example lists all fields in the configuration for the Vserver vsTest.

cluster-1::*> security key-manager external barbican show -instance
Vserver: vsTest
                     Configuration Name: config1
                        Barbican Key Id: https://sample.com:5000/v3
    Keystone Application Credentials ID: app_cred_id
             Keystone Authorization URL: https://sample.keystone.com:5000/v3
              Verify the Barbican Host?: true
   Verify the Barbican Host's Hostname?: true
         Verify the Barbican Host's IP?: true
                             Proxy Type: https
                             Proxy Host:
                             Proxy Port: 0
                         Proxy Username:
 Barbican Connection Timeout in Seconds: 10
Is This Barbican Configuration Enabled?: false