ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • security key-manager external azure update-credentials

    Update client credentials for the Azure Application

    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 the Azure Key Vault (AKV) configured for the given Vserver. The credentials are initially set by running the security key-manager external azure enable command. This command is not supported if AKV has not been enabled for the Vserver.

    Parameters

    -vserver <Vserver Name> - Vserver

    Use this parameter to specify the Vserver for which the AKV client credentials are to be updated.

    -authentication-method <AKV Authentication Method> - Authentication Method for the Azure Application

    Use this parameter to specify the authentication method.

    Examples

    The following examples show two 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:
    Top of Page