fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Allow users to be deleted

Open zwass opened this issue 5 years ago • 2 comments

Currently, users can be disabled (which logs them out and prevents them from logging back in), but cannot be deleted. It makes sense to add an action to permanently delete users.

zwass avatar Apr 02 '19 17:04 zwass

:wave: I'm starting a branch to work on this. Hopefully will be able to get something up in the next day or so, but may need help with fleetctl / frontend integration of the changes.

nyanshak avatar Oct 28 '19 04:10 nyanshak

Made a PR to add the backend endpoints. I realized that fleetctl doesn't have a lot of facilities to work with users in general, so figured that was a bigger piece of work to separate out if needed.

I'm not very familiar with the frontend code yet, so I'll stick to adding the API endpoints in the PR linked.

nyanshak avatar Oct 30 '19 22:10 nyanshak