I get the following exception when manually trying to run a build-plan:
```
EXCEPTION: (Exception) Trying to queue a lease for activation without an authorizing object. Use "setAuthorizingPHID()" to specify the PHID of the authorizing object. The authorizing object must be approved to use the allowed blueprints. at [<phabricator>/src/applications/drydock/storage/DrydockLease.php:146]
arcanist(head=master, ref.master=eeaa176cfc5a), phabricator(head=master, ref.master=fc1c36106daf), phutil(head=master, ref.master=f0881b37049c)
#0 <#2> DrydockLease::queueForActivation() called at [<phabricator>/src/applications/harbormaster/step/HarbormasterLeaseHostBuildStepImplementation.php:32]
#1 <#2> HarbormasterLeaseHostBuildStepImplementation::execute(HarbormasterBuild, HarbormasterBuildTarget) called at [<phabricator>/src/applications/harbormaster/worker/HarbormasterTargetWorker.php:64]
#2 phlog(Exception) called at [<phabricator>/src/applications/harbormaster/worker/HarbormasterTargetWorker.php:93]
#3 PhabricatorWorker::scheduleTask(string, array, array) called at [<phabricator>/src/applications/harbormaster/engine/HarbormasterBuildEngine.php:87]
#4 HarbormasterBuildEngine::continueBuild() called at [<phabricator>/src/applications/harbormaster/worker/HarbormasterBuildWorker.php:25]
#5 HarbormasterBuildWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:161]
#6 PhabricatorWorker::scheduleTask(string, array, array) called at [<phabricator>/src/applications/harbormaster/storage/HarbormasterBuildable.php:190]
#7 HarbormasterBuildable::applyPlan(HarbormasterBuildPlan, array, string) called at [<phabricator>/src/applications/harbormaster/management/HarbormasterManagementBuildWorkflow.php:106]
#8 HarbormasterManagementBuildWorkflow::execute(PhutilArgumentParser) called at [<phutil>/src/parser/argument/PhutilArgumentParser.php:406]
#9 PhutilArgumentParser::parseWorkflowsFull(array) called at [<phutil>/src/parser/argument/PhutilArgumentParser.php:301]
#10 PhutilArgumentParser::parseWorkflows(array) called at [<phabricator>/scripts/setup/manage_harbormaster.php:21]
Done.
```
please let me know if you need more details/information