Commit Graph

5 Commits (64898d14e3002038420c9b1ea7dbe1cc21d7ffa9)

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 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