ONTAP 9.12.1 commands

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

    Update Google Cloud Project’s Service Account Credentials

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

    Description

    This command allows the user to update the application credential which is used by the Google Cloud Key Management Service (GCKMS) configured for the given Vserver. The application credential is initially set by running the security key-manager external gcp enable command. This command will fail if GCKMS has not been enabled for the Vserver.

    Parameters

    -vserver <Vserver Name> - Vserver

    Use this parameter to specify the Vserver for which the GCKMS application credential will be updated.

    Examples

    The following example updates the GCKMS application credential for the data Vserver v1.

    cluster-1::> security key-manager external gcp update-credentials -vserver v1
    
    Enter the new application credential: Press <Enter> when done
    Top of Page