coolify/app/Policies
Andras Bacsai d8d01e6886 feat(auth): implement authorization for PrivateKey management
- Added authorization checks in the Create and Show Livewire components to ensure only authorized users can create, update, and delete PrivateKey instances.
- Introduced a new PrivateKeyPolicy to define access control rules for viewing, creating, updating, and deleting PrivateKey models based on user roles and team associations.
- Updated AuthServiceProvider to register the new PrivateKeyPolicy, enhancing security and access control for PrivateKey functionalities.
2025-08-22 13:02:20 +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 checks for server updates across multiple components 2025-08-22 13:02:11 +02:00
ServicePolicy.php Fix styling 2024-06-10 20:43:34 +00:00