Add platform admin hosting API for Ladill account provisioning.
Deploy Ladill Hosting / deploy (push) Successful in 1m29s
Deploy Ladill Hosting / deploy (push) Successful in 1m29s
Expose authenticated service endpoints for assigning, listing, renewing, and managing hosting accounts from the platform, with tests and deploy docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Platform service-to-service API keys
|
||||
|--------------------------------------------------------------------------
|
||||
| Bearer tokens for internal APIs called by account.ladill.com (the platform).
|
||||
| The hosting app is the sole writer for hosting accounts; admin assignment
|
||||
| and lifecycle actions arrive over these routes.
|
||||
*/
|
||||
'service_api_keys' => array_filter([
|
||||
'account' => env('PLATFORM_API_KEY_HOSTING'),
|
||||
]),
|
||||
];
|
||||
Reference in New Issue
Block a user