mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Hide database passwords, connection URLs, and debug logs from team members: - Database components: hide passwords and connection URLs for members - Deployment UI: gate debug log toggle behind update permission - Debug logs: prevent members from viewing debug output - Storage/services: hide sensitive credentials from members Members can still view non-sensitive configuration while admins retain full access to all data. |
||
|---|---|---|
| .. | ||
| ApiAbility.php | ||
| ApiAllowed.php | ||
| ApiSensitiveData.php | ||
| Authenticate.php | ||
| CanAccessTerminal.php | ||
| CanCreateResources.php | ||
| CanUpdateResource.php | ||
| CheckForcePasswordReset.php | ||
| DecideWhatToDoWithUser.php | ||
| EncryptCookies.php | ||
| PreventRequestsDuringMaintenance.php | ||
| RedirectIfAuthenticated.php | ||
| TrimStrings.php | ||
| TrustHosts.php | ||
| TrustProxies.php | ||
| ValidateSignature.php | ||
| VerifyCsrfToken.php | ||