feat(113): Platform Ops Runbooks — UX Polish (Filament-native, system theme, live scope) #137
@ -5,6 +5,7 @@
|
|||||||
use App\Models\PlatformUser;
|
use App\Models\PlatformUser;
|
||||||
use App\Models\Tenant;
|
use App\Models\Tenant;
|
||||||
use App\Models\Workspace;
|
use App\Models\Workspace;
|
||||||
|
use App\Support\Auth\PlatformCapabilities;
|
||||||
use Illuminate\Database\Seeder;
|
use Illuminate\Database\Seeder;
|
||||||
use Illuminate\Support\Facades\Hash;
|
use Illuminate\Support\Facades\Hash;
|
||||||
|
|
||||||
@ -31,8 +32,12 @@ public function run(): void
|
|||||||
'name' => 'Platform Operator',
|
'name' => 'Platform Operator',
|
||||||
'password' => Hash::make('password'),
|
'password' => Hash::make('password'),
|
||||||
'capabilities' => [
|
'capabilities' => [
|
||||||
'platform.access_system_panel',
|
PlatformCapabilities::ACCESS_SYSTEM_PANEL,
|
||||||
'platform.use_break_glass',
|
PlatformCapabilities::USE_BREAK_GLASS,
|
||||||
|
PlatformCapabilities::OPS_VIEW,
|
||||||
|
PlatformCapabilities::RUNBOOKS_VIEW,
|
||||||
|
PlatformCapabilities::RUNBOOKS_RUN,
|
||||||
|
PlatformCapabilities::RUNBOOKS_FINDINGS_LIFECYCLE_BACKFILL,
|
||||||
],
|
],
|
||||||
'is_active' => true,
|
'is_active' => true,
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user