Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manage settings via policy #37

Closed
matt-cook opened this issue Jul 14, 2015 · 11 comments
Closed

manage settings via policy #37

matt-cook opened this issue Jul 14, 2015 · 11 comments

Comments

@matt-cook
Copy link
Member

Similar to Chrome Sign Builder app: https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/wuAIcgugy38/tDzShGiKrOMJ

@matt-cook
Copy link
Member Author

@matt-cook
Copy link
Member Author

scheme defined here: https://developer.chrome.com/apps/manifest/storage

@matt-cook
Copy link
Member Author

currently no way to debug this locally without management console: http://stackoverflow.com/questions/23555197/how-do-i-define-a-policy-value-for-a-chrome-extension-using-the-managed-storage

@matt-cook
Copy link
Member Author

branch specific to this issue: https://github.com/zebradog/kiosk/tree/config-upload

@NoSubstitute
Copy link

Any hope of this becoming a reality any time soon?
Setting up a room, or many rooms, full of Chromebooks and students, five minutes before exam commences, using the manual method isn't quite going to cut it.

There needs to be a way to tell the Kiosk where to go, without touching each and every Chromebook. Well, really setup all settings.

I should just have to move them to the right Kiosk OU.

@matt-cook matt-cook modified the milestones: 5.6.0, 5.7.0 Mar 3, 2016
@matt-cook matt-cook changed the title upload configuration file manage settings via policy Mar 3, 2016
@matt-cook
Copy link
Member Author

We're working on this currently, it won't be in the version we're releasing this month but is a fairly high priority. If you need it sooner, please contact us.

@NoSubstitute
Copy link

Any progress?

@trevoriancox
Copy link

trevoriancox commented Jul 28, 2016

I have got this working for the settings: 'url', 'host','port','username','password'. But in @matt-cook 's branch work has started on the 'schedule' setting only:

zebradog@076d35e

Shall we clarify for this issue what settings are intended?

@trevoriancox
Copy link

Another spec question: Should group policy override chrome.storage.local, or chrome.storage.local override group policy?

@matt-cook
Copy link
Member Author

thanks @trevoriancox! This has been pretty high on the priority list for a while. I'd suggest we follow Microsoft's group policy precedence order: https://technet.microsoft.com/en-us/library/cc785665(v=ws.10).aspx and allow group policy to override local.

Feel free to submit a PR whenever it looks good.

@matt-cook
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants