set-secrets

Description

Assign super-user-password and unlock-password for Rover Station.

Usage

oci rover station-cluster set-secrets [OPTIONS]

Required Parameters

--cluster-id [text]

Unique RoverStation Cluster identifier

Optional Parameters

--super-user-password

Assign super-user-password for RoverStation Identifier

--unlock-passphrase

Assign unlock-passphrase for RoverStation 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/station-cluster/set-secrets.html#cmdoption-cluster-id

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