forked from micromdm/micromdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Partial implementation of Bootstrap Token Fetching the token from the db and sending it back to the client when the client asks for it ie sends the GetBootstrapTokenRequest is not implemented Also earlier code for Bootstrap Token from commit 58c3782 "mdm: add SetBootstrapToken command." is removed * implements rest of the bootstrap token feature - micromdm now sends bootstrap token back to the client, when client requests it * regenerate some proto files * use original proto generator versions checkin.pb.go: golang/[email protected] mdm.pb.go: gogo/[email protected] device.pb.go: golang/[email protected] * cleanup syntax * use more idiomatic naming * clean up BootstrapToken storage * add GetBootstrapToken test * remove extra newline Co-authored-by: Jesse Peterson <[email protected]> * add doc comments Co-authored-by: Ilkka Vanhatalo <[email protected]> Co-authored-by: Jesse Peterson <[email protected]>
- Loading branch information
1 parent
6dc4fac
commit fcf1d18
Showing
25 changed files
with
751 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.