security key-manager external azure update-credentials
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Update client credentials for an Azure Key Vault configuration
Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.
Description
This command provides a way to update the authentication credentials that are used for an Azure Key Vault (AKV) configuration. The -config-name parameter can optionally be set to specify a specific AKV configuration of the given Vserver. If the -config-name paramater is not set, the credentials of the given Vserver's enabled configuration are updated. The credentials are initially set by running either the security key-manager external azure enable or security key-manager external azure create-config command.
Parameters
-vserver <Vserver Name>
- Vserver (privilege: advanced)-
Use this parameter to specify the Vserver for which the AKV client credentials are to be updated.
[-config-name <text>]
- Configuration Name (privilege: advanced)-
Use this parameter to specify the configuration name for which the AKV client credentials are to be updated.
-authentication-method <AKV Authentication Method>
- Authentication Method for the Azure Application (privilege: advanced)-
Use this parameter to specify the authentication method.
Examples
The following examples show different ways of updating the AKV client credentials for the data Vserver v1.
cluster-1::> security key-manager external azure update-credentials -vserver v1 -authentication-method client_secret Enter new client secret: Re-enter new client secret: cluster-1:> security key-manager external azure update-credentials -vserver v1 -authentication-method certificate Enter the client certificate for Azure Key Vault: cluster-1:> security key-manager external azure update-credentials -vserver v1 -config-name config10 -authentication-method certificate Enter the client certificate for Azure Key Vault: