Commit Graph

6 Commits (0e6f14931bb923ec6cc7286f031a411a371ac110)

Author SHA1 Message Date
ischolten eb5febf8af
Merge pull request #2699 from influxdata/feature/mappings
Add Mappings to organizations
2018-02-12 15:29:01 -08:00
Michael Desa 8e54c8c883 Change oauth to oauth2 in scheme flag 2018-02-12 16:24:54 -05:00
Michael Desa e1b87bdf4d 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 ed706cfbde add user to Default org in add-superadmin cmd 2018-02-09 14:29:43 -08:00
Michael Desa 323c7df5c3 Add chronoctl to Makefile
All usage information when no commands supplied
2018-02-09 10:30:02 -05:00
Michael Desa ec180613fb 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