You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The knapsack's ReadEnrollSecret function currently expects the enroll secret to be set in one of two places: 1) via the launcher options (i.e. on the command line or in the config file); 2) in a file at the EnrollSecretPath (i.e. /etc/<identifier>/secret).
As we plan for secretless launcher installations, we will want to make it possible for tenants who want to silently enroll their end users to roll out the enrollment secret via MDM. We should define supported locations for the enrollment secret, and update ReadEnrollSecret to look in those locations.
This issue requires further research re: reasonable locations for the enrollment secret. We know right now that we want to support:
A well-known registry key (Windows only)
App preferences (macOS only)
We should make it easy to add new locations in the future, too.
Please also update the enroll secret checkup to look in these alternate locations, and to note where the secret was found.
The text was updated successfully, but these errors were encountered:
The knapsack's
ReadEnrollSecret
function currently expects the enroll secret to be set in one of two places: 1) via the launcher options (i.e. on the command line or in the config file); 2) in a file at theEnrollSecretPath
(i.e./etc/<identifier>/secret
).As we plan for secretless launcher installations, we will want to make it possible for tenants who want to silently enroll their end users to roll out the enrollment secret via MDM. We should define supported locations for the enrollment secret, and update
ReadEnrollSecret
to look in those locations.This issue requires further research re: reasonable locations for the enrollment secret. We know right now that we want to support:
We should make it easy to add new locations in the future, too.
Please also update the enroll secret checkup to look in these alternate locations, and to note where the secret was found.
The text was updated successfully, but these errors were encountered: