ONTAP 9.12.1 commands

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

    (DEPRECATED)-Update client secret for Azure Key Vault

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

    Description

    This command is deprecated and may be removed in a future release. Use security key-manager external azure update-credentials instead.

    This command provides a way to update the client secret that is used for the Azure Key Vault (AKV) configured for the given Vserver. The command is 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 secret is to be updated.

    Examples

    The following example updates the AKV client secret for the data Vserver v1.

    cluster-1::> security key-manager external azure update-client-secret -vserver v1
    
    Enter new client secret:
    
    Re-enter new client secret:
    Top of Page