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

Local User CRUD Web UI #2945

Closed
benarent opened this issue Aug 28, 2019 · 2 comments
Closed

Local User CRUD Web UI #2945

benarent opened this issue Aug 28, 2019 · 2 comments

Comments

@benarent
Copy link
Contributor

We currently provide user CRUD for admins using tctl. We should provide the same functionality in the Teleport UI.

Currently tctl admins can currently

  users add    Generate a user invitation token [Teleport DB users only]
  users ls     List all user accounts [Teleport DB users only]
  users rm     Deletes user accounts
User     Roles
-------- -----
benarent admin
jon      admin
twakes   admin

Things to considers:

  • We should provide an option that an admin can reset a users password / 2FA
  • The ability to add / invite new users without having to log into the auth server ( does this require more steps to verify the user )
@benarent benarent added this to the 4.2 "Alameda" milestone Aug 28, 2019
@benarent
Copy link
Contributor Author

Note: After discussing this will be post 4.2.

@travelton travelton changed the title Local User CRUD UI Local User CRUD Web UI Sep 1, 2020
@benarent
Copy link
Contributor Author

Teleport 5.0 support local CRUD
image

Note:

   - resources:
      - user
      verbs:
      - list
      - create
      - read
      - update
      - delete 
   - resources:
      - user
      verbs:
      - list
      - create
      - read
      - update
      - delete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant