set-secrets

Description

Assign super-user-password and unlock-password for Rover Cluster

Usage

oci rover standalone-cluster set-secrets [OPTIONS]

Required Parameters

--cluster-id [text]

Unique RoverStandalone Cluster identifier

Optional Parameters

--super-user-password

Assign super-user-password for RoverCluster Identifier

--unlock-passphrase

Assign unlock-passphrase for RoverCluster Identifier

Example using required parameter

Copy the following CLI commands into a file named example.sh. Run the command by typing “bash example.sh” and replacing the example parameters with your own.

Please note this sample will only work in the POSIX-compliant bash-like shell. You need to set up the OCI configuration and appropriate security policies before trying the examples.

    export cluster_id=<substitute-value-of-cluster_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/rover/standalone-cluster/set-secrets.html#cmdoption-cluster-id

    oci rover standalone-cluster set-secrets --cluster-id $cluster_id