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

fix(cmd/influx): fix auth user name #17050

Merged
merged 1 commit into from Mar 4, 2020
Merged

fix(cmd/influx): fix auth user name #17050

merged 1 commit into from Mar 4, 2020

Conversation

kelwang
Copy link
Contributor

@kelwang kelwang commented Feb 28, 2020

Closes #16808

display the user name

  • 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)
  • Documentation updated or issue created (provide link to issue/pr)
  • Signed CLA (if not already signed)

Copy link
Contributor

@jsteenb2 jsteenb2 left a comment

Choose a reason for hiding this comment

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

lgtm 👍

@@ -362,11 +367,16 @@ func authorizationFindF(cmd *cobra.Command, args []string) error {
for _, p := range a.Permissions {
permissions = append(permissions, p.String())
}
user, err := us.FindUserByID(context.Background(), a.UserID)
Copy link
Contributor

Choose a reason for hiding this comment

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

good find @jademcgough 👍

CHANGELOG.md Outdated Show resolved Hide resolved
@kelwang kelwang merged commit 2f941c6 into master Mar 4, 2020
@kelwang kelwang deleted the auth_cli_list branch March 4, 2020 15:17
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.

User names are not displayed in auth list
3 participants