1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-21 22:32:41 +01:00
phorge-phorge/scripts/setup
epriestley e2ed527353 Add a very simple bin/policy script for CLI policy administration
Summary:
Ref T603. I want to provide at least a basic CLI tool for fixing policy problems, since there are various ways users can lock themselves out of objects right now. Although I imagine we'll solve most of them in the application eventually, having a workaround in the meantime will probably make support a lot easier.

This implements `bin/policy show <object>`, which shows an object's policy settings. In a future diff, I'll implement something like `bin/policy set --capability view --policy users <object>`, although maybe just `bin/policy unlock <object>` (which sets view and edit to "all users") would be better for now. Whichever way we go, it will be some blanket answer to people showing up in IRC having locked themselves out of objects which unblocks them while we work on preventing the issue in the first place.

Test Plan: See screenshot.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T603

Differential Revision: https://secure.phabricator.com/D7171
2013-09-29 09:06:41 -07:00
..
manage_audit.php Provide a more flexible script for administrative management of audits 2013-08-05 10:35:01 -07:00
manage_auth.php Add bin/auth refresh for debugging OAuth token refresh issues 2013-06-24 15:55:41 -07:00
manage_config.php Increase the power of bin/config 2013-01-21 15:27:42 -08:00
manage_feed.php Push feed publishing deeper into the task queue 2013-06-25 16:29:47 -07:00
manage_policy.php Add a very simple bin/policy script for CLI policy administration 2013-09-29 09:06:41 -07:00