Skip to main content

miren auth provider add-password

Add a password provider for route protection

Usage

miren auth provider add-password <name> [flags]

Arguments

  • name — Name for this password provider

Flags

  • --cluster, -C — Cluster name
  • --config — Path to the config file
  • --password — Password (omit to prompt interactively, use @file to read from file)
  • --update — Overwrite an existing provider with the same name (rotates password)

Global Options

  • --options — Path to file containing options
  • --server-address — Server address to connect to (default: 127.0.0.1:8443)
  • --verbose, -v — Enable verbose output

Examples

Add a password provider:

miren auth provider add-password my-pw --password hunter2

See also