``set-secrets`` =============== .. contents:: :local: :depth: 1 Description ------------ Assign super-user-password and unlock-password for Rover Cluster Usage ----- .. code-block:: none oci rover standalone-cluster set-secrets [OPTIONS] Required Parameters -------------------- .. option:: --cluster-id [text] Unique RoverStandalone Cluster identifier Optional Parameters -------------------- .. option:: --super-user-password Assign super-user-password for RoverCluster Identifier .. option:: --unlock-passphrase Assign unlock-passphrase for RoverCluster Identifier Global Parameters ------------------ Use ``oci --help`` for help on global parameters. :option:`--auth-purpose`, :option:`--auth`, :option:`--cert-bundle`, :option:`--cli-auto-prompt`, :option:`--cli-rc-file`, :option:`--config-file`, :option:`--connection-timeout`, :option:`--debug`, :option:`--defaults-file`, :option:`--endpoint`, :option:`--generate-full-command-json-input`, :option:`--generate-param-json-input`, :option:`--help`, :option:`--latest-version`, :option:`--max-retries`, :option:`--no-retry`, :option:`--opc-client-request-id`, :option:`--opc-request-id`, :option:`--output`, :option:`--profile`, :option:`--proxy`, :option:`--query`, :option:`--raw-output`, :option:`--read-timeout`, :option:`--realm-specific-endpoint`, :option:`--region`, :option:`--release-info`, :option:`--request-id`, :option:`--version`, :option:`-?`, :option:`-d`, :option:`-h`, :option:`-i`, :option:`-v` 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. .. code-block:: none :class: copy-code-block export 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