get-azure-config-source-configuration

Gets the configuration settings of an Azure Secrets configuration source.

Synopsis

asadmin [asadmin-options] get-azure-config-source-configuration [--help] [--target=server]

Description

The get-azure-config-source-configuration retrieves the current configuration for the Azure Config Source.

Options

asadmin-options

Options for the asadmin utility. For information about these options, see the asadmin help page.

--help
-?

Displays the help text for the subcommand.

--target

Specifies the target where the configuration source resides.
Valid values are as follows:

server

Specifies the DAS (default).

instance-name

Specifies a Payara Server instance.

cluster-name

Specifies a cluster.

configuration-name

Specifies a named configuration.

Example

Example 1 Getting the configuration of the Azure secrets

This example retrieves the Azure Secrets Cloud Config Source.

asadmin> get-azure-config-source-configuration

Enabled Tenant ID Client ID Key VaultName Private Key Path Thumbprint
true 22b3bb26-e046-42df-9c96-65dbd72c1c81 22b3bb26-e046-42df-9c96-65dbd72c1c81 demo-secret-key-vault path/to/privatekey.pem 84E05C1D98BCE3A5421D225B140B36E86A3D5534

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also