Commit Graph

6 Commits (bfbfcc04bd42ed4077586157d042bcd2d7e00475)

Author SHA1 Message Date
ischolten 1014946dc5 Merge pull request #2699 from influxdata/feature/mappings
Add Mappings to organizations
2018-02-12 15:29:01 -08:00
Michael Desa b8d57b4e31 Change oauth to oauth2 in scheme flag 2018-02-12 16:24:54 -05:00
Michael Desa 2457bf25b8 Add organization flag to chronoctl for orgs
This flag allows users to have a comma delimited list of organization
IDs that the user should given a role in.
2018-02-12 16:03:27 -05:00
Luke Morris 043d134a81 add user to Default org in add-superadmin cmd 2018-02-09 14:29:43 -08:00
Michael Desa 93da5047f5 Add chronoctl to Makefile
All usage information when no commands supplied
2018-02-09 10:30:02 -05:00
Michael Desa 8415e48165 Add commands to users & create superadmin
This PR introduces two new commands:

1. `list-users` which lists all users in boltdb
2. `add-superadmin` which can be user to promote existing users to
superadmins, or creates new users that are superadmins

Currently this work was done as a separate binary, but the intention is
to make it a part of the `chronograf` binary.

Connect https://github.com/influxdata/chronograf/issues/2744
2018-02-08 10:44:49 -05:00