Skip to main content
Version: 0.0.1

nebula secret

Manage the secrets stored in the Nebula services.

Subcommands

nebula secret list

The nebula secret list command lists the secrets that are stored in the Nebula services. The command returns the secret path and the access conditino of each secret.

Flags

--path <path>: The path of the secret. default is /.

nebula secret create

The nebula secret create command creates a new secret in the Nebula services.

Flags

  • --path <path>: The path of the secret.
  • -v, --value <value>: The value of the secret.
  • --access-condition-ids <access_condition_ids>: The access condition IDs that are applied to the secret. The IDs can be separated by commas.
info

The access conditions are combined using the logical OR operator to create the policy for the secret.

nebula secret get

The nebula secret get command retrieves the plaintext of a secret from the Nebula services.

Flags

  • --path <path>: The path of the secret.