firstlookmedia / flock-server

🦉 Flock is a privacy-preserving fleet management system powered by osquery and the Elastic Stack
GNU General Public License v3.0
19 stars 1 forks source link

Rename users #16

Closed micahflee closed 5 years ago

micahflee commented 5 years ago

Once users have names (https://github.com/firstlookmedia/flock-agent/issues/39) there should be a rename [username] [full_name] command. And list_users should list both their UUIDs and their names.

micahflee commented 5 years ago

Additionally, we should add a new /whoami API route which responds with the name of the authenticated user.

Scratch that. We can rely on /heartbeat for this.