Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcdctl: add --password flag to the subcommand user add #9730

Merged
merged 1 commit into from
May 29, 2018

Commits on May 21, 2018

  1. etcdctl: add flags for specifying password

    This commit adds two flags to etcdctl:
    1. `--password` flag to etcdctl as a global option. It can be used for
    specifying password for authentication required for the command
    execution.
    2. `--new-user-password` flag to `etcdctl user add`. It can be used
    for specifying password of newly created user by the command.
    
    The main motivation of the flags is allowing user to have : in its
    name.
    
    Fix etcd-io#9691
    mitake committed May 21, 2018
    Configuration menu
    Copy the full SHA
    8fcab98 View commit details
    Browse the repository at this point in the history