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

feat(cmd/influx): allow for setting v1 passwords via CLI args #20123

Merged
merged 2 commits into from
Nov 20, 2020

Conversation

danxmoran
Copy link
Contributor

@danxmoran danxmoran commented Nov 20, 2020

Closes #20106

Reach feature-parity with the V2 user creation commands by allowing users to specify passwords as CLI args, enabling automation to bypass the interactive password-entry step.

  • CHANGELOG.md updated with a link to the PR (not the Issue)
  • Well-formatted commit messages
  • Rebased/mergeable
  • Tests pass
  • http/swagger.yml updated (if modified Go structs or API)
  • Feature flagged (if modified API)
  • Documentation updated or issue created (provide link to issue/pr)
  • Signed CLA (if not already signed)

Copy link
Contributor

@davidby-influx davidby-influx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@danxmoran danxmoran merged commit cfca0cc into master Nov 20, 2020
@danxmoran danxmoran deleted the dm-v1-auth-password-cli-20106 branch November 20, 2020 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add -p / --password option to V1 auth APIs
2 participants