coolify/app/Policies
Andras Bacsai 6772cfe603 feat(auth): implement authorization for Docker and server management
- Added authorization checks in Livewire components related to Docker and server management to ensure only authorized users can create, update, and manage Docker instances and server settings.
- Introduced new policies for StandaloneDocker and SwarmDocker to define access control rules based on user roles and team associations.
- Updated AuthServiceProvider to register the new policies, enhancing security and access control for Docker functionalities and server management operations.
2025-08-22 14:04:25 +02:00
..
ApplicationPolicy.php Fix styling 2024-06-10 20:43:34 +00:00
PrivateKeyPolicy.php feat(auth): implement authorization for PrivateKey management 2025-08-22 13:02:20 +02:00
S3StoragePolicy.php fix(policy): update delete method to check for admin status in S3StoragePolicy 2025-08-12 10:06:19 +02:00
ServerPolicy.php feat(auth): implement authorization for Docker and server management 2025-08-22 14:04:25 +02:00
ServicePolicy.php Fix styling 2024-06-10 20:43:34 +00:00
StandaloneDockerPolicy.php feat(auth): implement authorization for Docker and server management 2025-08-22 14:04:25 +02:00
SwarmDockerPolicy.php feat(auth): implement authorization for Docker and server management 2025-08-22 14:04:25 +02:00