mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
60712144f2
# Addresses #9365 # Implements MDM enrollment modal that handles both automatic and manual enrollment instructions: - Automatic: <img width="1181" alt="Screenshot 2023-01-20 at 4 33 50 PM" src="https://user-images.githubusercontent.com/61553566/213829293-6d4a5053-9a3c-4f52-8cf8-a6607dc8df4e.png"> - Manual: <img width="1158" alt="Screenshot 2023-01-20 at 4 35 04 PM" src="https://user-images.githubusercontent.com/61553566/213829369-73ae779d-14a8-4aa7-9c6a-b97d046d0dc1.png"> - Also includes (by mistake, but might as well include them now) some small bash scripts for use in MDM development # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/` - [x] Updated testing inventory - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
6 lines
165 B
Bash
Executable File
6 lines
165 B
Bash
Executable File
#!/bin/bash
|
||
|
||
# experimental – doesn't always work right
|
||
|
||
docker compose exec mysql mysql -uroot -ptoor -Dfleet -e "DELETE FROM host_device_auth WHERE host_id=$1;"
|